diff options
-rw-r--r-- | CopyMailto/DefaultURLHandler.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CopyMailto/DefaultURLHandler.m b/CopyMailto/DefaultURLHandler.m index c2295f3..424a0ee 100644 --- a/CopyMailto/DefaultURLHandler.m +++ b/CopyMailto/DefaultURLHandler.m @@ -13,11 +13,8 @@ + (OSStatus)setDefaultURLHandler { CFStringRef scheme = (CFStringRef)@"mailto"; CFStringRef bundle_identifier = (__bridge CFStringRef)[[NSBundle mainBundle] bundleIdentifier]; - NSLog(@"%@", scheme); - NSLog(@"%@", bundle_identifier); OSStatus status = LSSetDefaultHandlerForURLScheme(scheme, bundle_identifier); - NSLog(@"%d", status); CFRelease(scheme); |