diff options
author | louie <lshprung@yahoo.com> | 2020-08-02 18:10:08 -0700 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-08-02 18:10:08 -0700 |
commit | b8881cc837238c238b78436d9b156e206feea71e (patch) | |
tree | 272e58364f5cab89533b6cdde1398850950578f9 /draw.c | |
parent | 7cab81c193a01775d804fb037f7d26c6a6806e74 (diff) |
Removed a debug call from previous commit
Diffstat (limited to 'draw.c')
-rw-r--r-- | draw.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |