summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-08-02 18:10:08 -0700
committerlouie <lshprung@yahoo.com>2020-08-02 18:10:08 -0700
commitb8881cc837238c238b78436d9b156e206feea71e (patch)
tree272e58364f5cab89533b6cdde1398850950578f9
parent7cab81c193a01775d804fb037f7d26c6a6806e74 (diff)
Removed a debug call from previous commit
-rw-r--r--draw.c1
1 files changed, 0 insertions, 1 deletions
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;