Skip to content

Commit a95ac65

Browse files
author
sreeder
committed
remove print statement
1 parent dd5ae73 commit a95ac65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odmtools/gui/wizSave.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def _init_data(self, series):
134134
index = 0
135135
for m, i in zip(meth, range(len(meth))):
136136
num_items = self.panel.lstMethods.GetItemCount()
137-
print (m.description)
137+
138138
#124
139139
self.panel.lstMethods.InsertStringItem(num_items, m.description)
140140
self.panel.lstMethods.SetStringItem(num_items, 1, str(m.link))

0 commit comments

Comments
 (0)