Skip to content

Commit c5d32fa

Browse files
committed
remove print
1 parent 2cb25dc commit c5d32fa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Batch.roboFontExt/lib/batch.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ def buildFormatCheckBoxes(items, identifier, prefix=""):
4848

4949
def tableAddPathItems(table, paths):
5050
if paths:
51-
print(table)
52-
print(table.getArrangedItems())
5351
existingSources = [item["source"] for item in table.getArrangedItems()]
5452
items = []
5553
for path in paths:

0 commit comments

Comments
 (0)