From 2d413788cae12576adb965f9b2b5d379b509481c Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 2 Mar 1993 12:09:18 +0000 Subject: [PATCH] Remove debug print statement --- Demo/sgi/video/VFile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Demo/sgi/video/VFile.py b/Demo/sgi/video/VFile.py index 53a13b644fd..f81abf59f95 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