Skip to content

Commit 8e5bd3b

Browse files
committedSep 28, 2021
Removed some straggler NSLogs from previous debugging.
1 parent b31cb43 commit 8e5bd3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎SSYHintArrow.m

-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ - (void)updateBackground {
140140
// it in this class to let us set the entire background image of the window
141141
// as an NSColor patternImage.
142142
[super setBackgroundColor:[self backgroundColorPatternImage]] ;
143-
/*SSYDBL*/ NSLog(@"Updating hint arrow background") ;
144143
if ([self isVisible]) {
145144
[self display] ;
146145
[self invalidateShadow] ;
@@ -153,7 +152,6 @@ - (void)redisplay {
153152
}
154153

155154
m_isResizingLockout = YES ;
156-
/*SSYDBL*/ NSLog(@"Redisplaying hint arrow") ;
157155
[self updateGeometry] ;
158156
[self updateBackground] ;
159157
m_isResizingLockout = NO ;

0 commit comments

Comments
 (0)