Removed old debug message

This commit is contained in:
Sheppy
2018-06-26 20:47:08 +02:00
committed by atlantispc_sheppy
parent 938fa68f13
commit 8c6f367d44

View File

@@ -197,7 +197,7 @@ def recently_used():
col = 0 col = 0
hist_reversed = history[-count_max:].copy() hist_reversed = history[-count_max:].copy()
hist_reversed.reverse() hist_reversed.reverse()
print(hist_reversed) #print(hist_reversed)
for e in hist_reversed: for e in hist_reversed:
if col == 0 and double_col: if col == 0 and double_col:
ret += " [{}] {}\t".format(count,e) ret += " [{}] {}\t".format(count,e)