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

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/diffpy/pdfgui/gui/pdfguiglobals.py

Lines changed: 0 additions & 4 deletions
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)