Commit 3fb26b16 authored by Guido van Rossum's avatar Guido van Rossum

Remove debug print statement

parent da86ef2e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment