main: remove log

This commit is contained in:
jdevdevdev 2023-05-17 20:18:59 +10:00
parent ef7c30d604
commit 8bdc87c789
No known key found for this signature in database
GPG key ID: CFA7C1B81166E2CC

1
main.c
View file

@ -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;