diff options
author | Guido van Rossum <guido@python.org> | 1993-03-02 12:09:18 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-03-02 12:09:18 +0000 |
commit | 2d413788cae12576adb965f9b2b5d379b509481c (patch) | |
tree | 4113b3581a78ff9511a66604df1b50aa9f5a820c | |
parent | 0caf46b6ccb7a9e377e10debaae614c9ffa88d20 (diff) | |
download | cpython-git-2d413788cae12576adb965f9b2b5d379b509481c.tar.gz |
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 53a13b644f..f81abf59f9 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 |