aboutsummaryrefslogtreecommitdiff
path: root/comet.c
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2023-11-16 15:04:17 +0100
committerFederico Angelilli <code@fedang.net>2023-11-16 15:25:35 +0100
commite4ac6fe8d899574564ecff467f47ef50aedb0c20 (patch)
treee820bc5fbcda9277aac21ea6b4ee93d4369ff621 /comet.c
parente4b9aed49eb5464c631960627b63ef703e6e20a4 (diff)
Implement `update_xrm` for connection
Diffstat (limited to 'comet.c')
-rw-r--r--comet.c1
1 files changed, 0 insertions, 1 deletions
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));