remove an NSLog used for debugging

This commit is contained in:
Mitchell Livingston 2012-04-28 23:56:53 +00:00
parent fb4f10cf38
commit 4332e45f23
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}
}
}