From e4ac6fe8d899574564ecff467f47ef50aedb0c20 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Thu, 16 Nov 2023 15:04:17 +0100 Subject: Implement `update_xrm` for connection --- comet.c | 1 - 1 file changed, 1 deletion(-) (limited to 'comet.c') diff --git a/comet.c b/comet.c index 38c6db8..825dff0 100644 --- a/comet.c +++ b/comet.c @@ -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)); -- cgit v1.2.3