remove an NSLog used for debugging
This commit is contained in:
parent
fb4f10cf38
commit
4332e45f23
|
@ -3264,7 +3264,6 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
|||
maxSize.height -= FILTER_BAR_HEIGHT;
|
||||
if (windowSize.height > maxSize.height)
|
||||
windowSize.height = maxSize.height;
|
||||
NSLog(@"%f %f", windowSize.height, [screen visibleFrame].size.height);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue