Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
remove forgotten log
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Jul 12, 2014
1 parent 60642bd commit 9cabe5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ NSString *HBMOMakeQuery(MKMapItem *mapItem) {
%hook MKMapItem

+ (NSURL *)urlForMapItems:(NSArray *)items options:(id)options {
NSLog(@"urlForMapItems:%@ options:%@",items,options);
if (![[HBLibOpener sharedInstance] handlerIsEnabled:kHBMOHandlerIdentifier] || items.count < 1 || ![[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"comgooglemaps://"]]) {
return %orig;
} else if (items.count == 1) {
Expand Down

0 comments on commit 9cabe5e

Please sign in to comment.