diff options
author | Guido van Rossum <guido@python.org> | 1993-03-02 12:09:18 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-03-02 12:09:18 (GMT) |
commit | 2d413788cae12576adb965f9b2b5d379b509481c (patch) | |
tree | 4113b3581a78ff9511a66604df1b50aa9f5a820c | |
parent | 0caf46b6ccb7a9e377e10debaae614c9ffa88d20 (diff) | |
download | cpython-2d413788cae12576adb965f9b2b5d379b509481c.zip cpython-2d413788cae12576adb965f9b2b5d379b509481c.tar.gz cpython-2d413788cae12576adb965f9b2b5d379b509481c.tar.bz2 |
Remove debug print statement
-rwxr-xr-x | Demo/sgi/video/VFile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Demo/sgi/video/VFile.py b/Demo/sgi/video/VFile.py index 53a13b6..f81abf5 100755 --- a/Demo/sgi/video/VFile.py +++ b/Demo/sgi/video/VFile.py @@ -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 |