Skip to content

Commit d89c1f9

Browse files
committed
Remove NSLog when missing View menu item
I like to run specs (`$ xcodebuild $ARGS test`) on the command line, and this little log statement chimes in every time. Can we remove it? Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent 3fdc82a commit d89c1f9

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)