Skip to content

Commit 94e8a09

Browse files
MNT: remove debug functions.
1 parent a406b8a commit 94e8a09

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)