diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |
