Skip to content

Commit 1699c5a

Browse files
committed
Removed unnecessary log.
1 parent 5da6fa6 commit 1699c5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SCXcodeMinimap/SCXcodeMinimapView.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,6 @@ - (void)updateSize
616616
CGFloat zoomLevel = [[[NSUserDefaults standardUserDefaults] objectForKey:SCXcodeMinimapZoomLevelKey] doubleValue];
617617

618618
CGFloat minimapWidth = (self.hidden ? 0.0f : self.editor.containerView.bounds.size.width * zoomLevel);
619-
NSLog(@"zoomLevel: %f, minimapWidth: %f", zoomLevel, minimapWidth);
620619

621620
NSRect editorScrollViewFrame = self.editor.scrollView.frame;
622621
editorScrollViewFrame.size.width = self.editor.scrollView.superview.frame.size.width - minimapWidth;

0 commit comments

Comments
 (0)