We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb25dc commit c5d32faCopy full SHA for c5d32fa
1 file changed
Batch.roboFontExt/lib/batch.py
@@ -48,8 +48,6 @@ def buildFormatCheckBoxes(items, identifier, prefix=""):
48
49
def tableAddPathItems(table, paths):
50
if paths:
51
- print(table)
52
- print(table.getArrangedItems())
53
existingSources = [item["source"] for item in table.getArrangedItems()]
54
items = []
55
for path in paths:
0 commit comments