Remove debug print statement

This commit is contained in:
Guido van Rossum 1993-03-02 12:09:18 +00:00
parent 0caf46b6cc
commit 2d413788ca
1 changed files with 0 additions and 1 deletions

View File

@ -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