mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-06 04:11:34 +01:00
Removed old debug message
This commit is contained in:
committed by
atlantispc_sheppy
parent
938fa68f13
commit
8c6f367d44
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user