Skip to content

Commit affa2cc

Browse files
Merge pull request #84 from dragonyanglong/minor_remove
MNT: remove debug functions.
2 parents a406b8a + 94e8a09 commit affa2cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/diffpy/pdfgui/gui/pdfguiglobals.py

-4
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ def iconpath(iconfilename):
6767
Return string.
6868
"""
6969
rv = os.path.join(APPDATADIR, 'icons', iconfilename)
70-
print("APPDATADIR")
71-
print(APPDATADIR)
72-
print("rv")
73-
print(rv)
7470
assert os.path.isfile(rv), "icon file does not exist"
7571
return rv
7672

0 commit comments

Comments
 (0)