Removed debug statement

This commit is contained in:
Jack Jansen 1992-08-24 14:35:38 +00:00
parent 33a8d428db
commit 8eace20f68
1 changed files with 0 additions and 1 deletions

View File

@ -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 )