Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
kerma committed Nov 5, 2014
1 parent c44ffe1 commit 1025daf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions defaultbrowser/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ int main(int argc, const char * argv[])
// we're interested in things which can handle http/https
NSArray *urlschemerefs = [[NSArray alloc] initWithObjects:@"http", @"https", nil];

//CFStringRef urlschemeref = (__bridge CFStringRef)@"http";
//CFStringRef urlschemeref2 = (__bridge CFStringRef)@"https";

if (set == nil) {
// what is our current handler?
NSString *currentHandler = (__bridge NSString *) LSCopyDefaultHandlerForURLScheme(
Expand Down

0 comments on commit 1025daf

Please sign in to comment.