Commit 8eace20f authored by Jack Jansen's avatar Jack Jansen

Removed debug statement

parent 33a8d428
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment