mirror of https://github.com/python/cpython
Removed debug statement
This commit is contained in:
parent
33a8d428db
commit
8eace20f68
|
@ -261,7 +261,6 @@ imgfile_write(self, args)
|
|||
return 0;
|
||||
}
|
||||
|
||||
printf("Opening %s, %d %d %d\n", fname, xsize, ysize, zsize);
|
||||
image =iopen(fname, "w", RLE(1), 3, xsize, ysize, zsize);
|
||||
if ( image == 0 ) {
|
||||
if ( ! error_called )
|
||||
|
|
Loading…
Reference in New Issue