From b8881cc837238c238b78436d9b156e206feea71e Mon Sep 17 00:00:00 2001 From: louie Date: Sun, 2 Aug 2020 18:10:08 -0700 Subject: Removed a debug call from previous commit --- draw.c | 1 - 1 file changed, 1 deletion(-) (limited to 'draw.c') diff --git a/draw.c b/draw.c index 9907276..2c2fa3d 100644 --- a/draw.c +++ b/draw.c @@ -295,7 +295,6 @@ void update_col(int mode, int hl_where){ case 1: e_count = get_ecount(g[g_hover]); e = get_entries(get_ghead(g[g_hover]), e_count); - system("touch log"); fill_entries(e, e_count); mvwchgat(entry_win, y_hl, 1, entry_win->_maxx-1, A_DIM, 1, NULL); break; -- cgit