Skip to content

Commit

Permalink
Whoops left in a NSLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Rauchfuss authored and Alexander Rauchfuss committed Feb 9, 2017
1 parent a80bc10 commit 3557b48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Session/TSSTSessionWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ - (void)infoPanelSetupAtPoint:(NSPoint)point

NSRect area = NSMakeRect(point.x, point.y, 0, 0);
cursorPoint = [[self window] convertRectToScreen: area].origin;
NSLog(@"%@", NSStringFromPoint(cursorPoint));

[infoWindow caretAtPoint: cursorPoint size: NSMakeSize(thumbSize.width, thumbSize.height)
withLimitLeft: NSMinX([[bar window] frame])
Expand Down

0 comments on commit 3557b48

Please sign in to comment.