Skip to content

Commit f547c9a

Browse files
committed
Merge pull request #25 from stephencelis/master
Remove NSLog when missing View menu item
2 parents 3fdc82a + d89c1f9 commit f547c9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SCXcodeMinimap/SCXcodeMinimap.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ - (void)createMenuItem
4848
NSMenuItem *editMenuItem = [[NSApp mainMenu] itemWithTitle:@"View"];
4949

5050
if(editMenuItem == nil) {
51-
NSLog(@"Could not fetch 'View' main menu item");
5251
return;
5352
}
5453

@@ -161,4 +160,4 @@ - (void)onDidFinishSetup:(NSNotification*)sender
161160
}
162161
}
163162

164-
@end
163+
@end

0 commit comments

Comments
 (0)