Usermode/AxWin3 - Working on input code
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / image.c
index ef08150..a0b86e9 100644 (file)
@@ -58,7 +58,6 @@ tImage *Image_Load(const char *URI)
                }
                
                tmp = fread(buf, 1, filesize, fp);
-               _SysDebug("Image_Load: fread() returned %i",tmp);
                fclose(fp);
        }
        else if( strcmp(uri->Proto, "base64") == 0 )

UCC git Repository :: git.ucc.asn.au