aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-12-08 18:20:53 +0100
committerdec05eba <dec05eba@protonmail.com>2023-12-08 18:20:53 +0100
commit00c790172f939586328735cc583dfdcfbe1d1d9d (patch)
tree54a8baef22133fd1bc3b61157ab5084cde03fecc
parent248fd276262358d0f2fa1a7daa6a4e19b7a40396 (diff)
remove debug print
-rw-r--r--src/window/window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window/window.c b/src/window/window.c
index 9c82b3e..6882bcd 100644
--- a/src/window/window.c
+++ b/src/window/window.c
@@ -623,7 +623,6 @@ static int mgl_window_init(mgl_window *self, const char *title, const mgl_window
char host_name[HOST_NAME_MAX];
if(gethostname(host_name, sizeof(host_name)) == 0) {
- fprintf(stderr, "host name: %s\n", host_name);
XTextProperty txt_prop;
txt_prop.value = host_name;
txt_prop.encoding = XA_STRING;