Skip to content

Commit 6e27804

Browse files
committed
Removing debug line from global scope
1 parent cb771f1 commit 6e27804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

design/scripts/test_gbr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import os
1616
import sys
1717
hfile = os.path.join(sys.path[0], "hershey_sans1.json")
18-
print(hfile)
1918
font = json.load(open(hfile, "r"))
2019
# Would it be an improvement to put the resulting data directly in
2120
# this file? It feels bad to mix code and data like that,
@@ -116,6 +115,7 @@ def gbr_head(comment):
116115
# and invokes the routines above.
117116
# That program would have argument handling based on Gang's qrsn.py.
118117
if __name__ == "__main__":
118+
print(hfile)
119119
qr_test_text = "\
120120
00000000000000000000000000000\n\
121121
00000000000000000000000000000\n\

0 commit comments

Comments
 (0)