commit 00f87f8c579222e3a002095f4285dd22fce4e148
parent d4bb323943049a0ac6f5fd7dfa8d2ab04f679799
Author: Erik Letson <hmagellan@hmagellan.com>
Date: Sat, 9 Jan 2021 20:24:20 -0600
removed indicator, oops
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/opet.py b/src/opet.py
@@ -187,7 +187,6 @@ class OPETFrame(wx.Frame):
if lbint < 0:
lbint = 0
if self.esp_list_ctrl.last_order_value != None and lbint != self.esp_list_ctrl.last_order_value:
- print("here")
self.esp_list_ctrl.SetItem(event.GetIndex(), event.GetColumn(), str(lbint))
# TODO: This is a bit fragile and relies on file names...
entry = self.esp_list_ctrl.GetItem(event.GetIndex(), col = 2).GetText()