Remove PNG is experimental log

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29693 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Jonathan Gillaspie 2010-02-20 19:16:20 +00:00
parent 3a81ad3b3b
commit 84cab6659c

View file

@ -361,7 +361,7 @@ static void writer_func(png_structp png_struct, png_bytep data,
png_write_png(png_struct, png_info, transforms, NULL);
}
NSLog(@"PNG representation is experimental: %i bytes written", [PNGRep length]);
//NSLog(@"PNG representation is experimental: %i bytes written", [PNGRep length]);
png_destroy_write_struct(&png_struct, &png_info);
return PNGRep;
}