diff options
Diffstat (limited to 'panfry')
| -rwxr-xr-x | panfry/document.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/panfry/document.py b/panfry/document.py index ce3a0ca..0013254 100755 --- a/panfry/document.py +++ b/panfry/document.py @@ -50,7 +50,6 @@ class Document: return source def _get_cross_link(self, m): - print('get_link: %s' % m.groupdict()) ref_txt = m.group('s') if 'l' in m.groupdict(): header = m.group('l')[1:] |
