mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Removed debug statement
This commit is contained in:
parent
33a8d428db
commit
8eace20f68
1 changed files with 0 additions and 1 deletions
|
@ -261,7 +261,6 @@ imgfile_write(self, args)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Opening %s, %d %d %d\n", fname, xsize, ysize, zsize);
|
|
||||||
image =iopen(fname, "w", RLE(1), 3, xsize, ysize, zsize);
|
image =iopen(fname, "w", RLE(1), 3, xsize, ysize, zsize);
|
||||||
if ( image == 0 ) {
|
if ( image == 0 ) {
|
||||||
if ( ! error_called )
|
if ( ! error_called )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue