From 34122125e5a3545c793fb58b5409359a77f8d821 Mon Sep 17 00:00:00 2001 From: verdant Date: Thu, 23 Jul 2026 18:54:51 +0800 Subject: Remove redundant debug logging and commented code --- main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 550cb40..1afc05e 100644 --- a/main.c +++ b/main.c @@ -51,7 +51,6 @@ int main(int argc, char **argv) draw_stat_bar(t, s->sysver); - /* int stat_w_h = t->maxy / 8 < 4 ? 4 : t->maxy / 8; */ int stat_w_h = 4; window *stat_w = wm_create_new_w(t, "stat", stat_w_h, t->maxx, 0, 0); @@ -60,8 +59,6 @@ int main(int argc, char **argv) if (argc == 2) { snprintf(f->cwd, sizeof(f->cwd), "%s", argv[1]); - log_write(LOG_INFO, "f->cwd = %s", f->cwd); - log_write(LOG_INFO, "argv[1] = %s", argv[1]); path_normalize(f->cwd); } else { fm_getcwd(f); -- cgit v1.2.3