summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Bahling <sbahling@mudgum.net>2013-03-19 20:17:13 +0100
committerScott Bahling <sbahling@mudgum.net>2013-03-19 20:17:13 +0100
commit6008dfc91c6361980cc855b4b3adc2ccedb25e5c (patch)
tree7cbc319f2ad0778b587d09189c01a8f7c7df0950
parent78c7a9252b70459bc3ed0a0f54d67630e7c18ae1 (diff)
downloadpanfry-6008dfc91c6361980cc855b4b3adc2ccedb25e5c.tar.gz
panfry-6008dfc91c6361980cc855b4b3adc2ccedb25e5c.tar.xz
panfry-6008dfc91c6361980cc855b4b3adc2ccedb25e5c.zip
remove debug print
-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:]