mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
Remove NSLog calls (unnecessary)
svn path=/trunk/netsurf/; revision=12366
This commit is contained in:
parent
5bd37ecf2c
commit
a2b1e4bcd0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user