mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Remove debug print statement
This commit is contained in:
parent
0caf46b6cc
commit
2d413788ca
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ class VideoParams:
|
||||||
stuff = 2, 0, 0, 0, 0
|
stuff = 2, 0, 0, 0, 0
|
||||||
if self.format == 'mono':
|
if self.format == 'mono':
|
||||||
stuff = 1, 0, 0, 0, 0
|
stuff = 1, 0, 0, 0, 0
|
||||||
print 'setcmapinfo:', stuff
|
|
||||||
self.c0bits, self.c1bits, self.c2bits, \
|
self.c0bits, self.c1bits, self.c2bits, \
|
||||||
self.offset, self.chrompack = stuff
|
self.offset, self.chrompack = stuff
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue