aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 0 insertions, 3 deletions
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);