Remove debug print statement
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 @@
 			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