From 8c6f367d447a5bb21f4c9386836c936dfc753f44 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Tue, 26 Jun 2018 20:47:08 +0200 Subject: [PATCH] Removed old debug message --- frontend_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend_utils.py b/frontend_utils.py index c26350f..b1b80c9 100644 --- a/frontend_utils.py +++ b/frontend_utils.py @@ -197,7 +197,7 @@ def recently_used(): col = 0 hist_reversed = history[-count_max:].copy() hist_reversed.reverse() - print(hist_reversed) + #print(hist_reversed) for e in hist_reversed: if col == 0 and double_col: ret += " [{}] {}\t".format(count,e)