Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton committed Nov 16, 2019
1 parent 4bf375d commit 96ec833
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs_rst/conf.py
Expand Up @@ -340,8 +340,7 @@ def find_source():

try:
filename = 'pymatgen/%s#L%d-L%d' % find_source()
except Exception as exc:
print(exc)
except:
filename = info['module'].replace('.', '/') + '.py'

tag = 'v'+__version__
Expand Down

0 comments on commit 96ec833

Please sign in to comment.