]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove debug print statement
authorGuido van Rossum <guido@python.org>
Tue, 2 Mar 1993 12:09:18 +0000 (12:09 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 Mar 1993 12:09:18 +0000 (12:09 +0000)
Demo/sgi/video/VFile.py

index 53a13b644fdc2834ef2306c23361675459cbf5a7..f81abf59f95a393cb658c81909b049f427ca6dfe 100755 (executable)
@@ -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