diff options
Diffstat (limited to 'comet.c')
| -rw-r--r-- | comet.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ int main(int argc, char **argv) int screen_width = con->screen_size->width; int screen_height = con->screen_size->height; - log_info("w=%d, h=%d", screen_width, screen_height); int height = EVEN(round(screen_height * 0.021)); int x_padding = EVEN(round(screen_width * 0.005)); |
