We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31cb43 commit 8e5bd3bCopy full SHA for 8e5bd3b
SSYHintArrow.m
@@ -140,7 +140,6 @@ - (void)updateBackground {
140
// it in this class to let us set the entire background image of the window
141
// as an NSColor patternImage.
142
[super setBackgroundColor:[self backgroundColorPatternImage]] ;
143
- /*SSYDBL*/ NSLog(@"Updating hint arrow background") ;
144
if ([self isVisible]) {
145
[self display] ;
146
[self invalidateShadow] ;
@@ -153,7 +152,6 @@ - (void)redisplay {
153
152
}
154
155
m_isResizingLockout = YES ;
156
- /*SSYDBL*/ NSLog(@"Redisplaying hint arrow") ;
157
[self updateGeometry] ;
158
[self updateBackground] ;
159
m_isResizingLockout = NO ;
0 commit comments