From: Guido van Rossum Date: Tue, 2 Mar 1993 12:09:18 +0000 (+0000) Subject: Remove debug print statement X-Git-Tag: v0.9.9~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d413788cae12576adb965f9b2b5d379b509481c;p=thirdparty%2FPython%2Fcpython.git Remove debug print statement --- diff --git a/Demo/sgi/video/VFile.py b/Demo/sgi/video/VFile.py index 53a13b644fdc..f81abf59f95a 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