Skip to content

Commit 58a5ab5

Browse files
authored
Remove errant debug print
1 parent a0db99c commit 58a5ab5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Scripts/plistwindow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2721,7 +2721,6 @@ def on_double_click(self, event):
27212721
return 'break'
27222722
elif t.lower() == "boolean":
27232723
# Set up the boolean selection menu
2724-
print(self.b_true(),self.b_false())
27252724
bool_menu = tk.Menu(self, tearoff=0)
27262725
bool_menu.add_command(label=self.b_true(), command=lambda:self.set_bool(self.b_true()))
27272726
bool_menu.add_command(label=self.b_false(), command=lambda:self.set_bool(self.b_false()))

0 commit comments

Comments
 (0)