From 8bdc87c7898a2cc64c453e65cbe4e8baf0d4f0ee Mon Sep 17 00:00:00 2001 From: jdevdevdev Date: Wed, 17 May 2023 20:18:59 +1000 Subject: [PATCH] main: remove log --- main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main.c b/main.c index 48d60830..3f9846f3 100644 --- a/main.c +++ b/main.c @@ -672,7 +672,6 @@ main(int argc, char *const *argv) if (as_server) LOG_INFO("running as server; launch terminals by running footclient"); - LOG_INFO("app-id %s", conf.app_id); if (as_server && pid_file != NULL) { if (!print_pid(pid_file, &unlink_pid_file)) goto out;