Remove NSLog calls (unnecessary)

svn path=/trunk/netsurf/; revision=12366
This commit is contained in:
Sven Weidauer 2011-05-10 11:12:28 +00:00
parent 5bd37ecf2c
commit a2b1e4bcd0

View File

@ -86,7 +86,6 @@ static nserror register_for_type( NSString *mime )
if (strcmp(type, "image/gif") == 0)
return NSERROR_OK;
#endif
NSLog( @"registering mime type %@", mime );
lwc_error lerror = lwc_intern_string( type, strlen( type ), &apple_image_mime_types[types_count] );
if (lerror != lwc_error_ok) return NSERROR_NOMEM;