mirror of
https://github.com/python/cpython.git
synced 2024-11-28 12:31:14 +08:00
Remove debug print statement
This commit is contained in:
parent
0caf46b6cc
commit
2d413788ca
@ -237,7 +237,6 @@ class VideoParams:
|
||||
stuff = 2, 0, 0, 0, 0
|
||||
if self.format == 'mono':
|
||||
stuff = 1, 0, 0, 0, 0
|
||||
print 'setcmapinfo:', stuff
|
||||
self.c0bits, self.c1bits, self.c2bits, \
|
||||
self.offset, self.chrompack = stuff
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user