summaryrefslogtreecommitdiff
path: root/panfry
diff options
context:
space:
mode:
Diffstat (limited to 'panfry')
-rwxr-xr-xpanfry/document.py1
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:]