diff options
| author | Scott Bahling <sbahling@mudgum.net> | 2013-03-19 20:17:13 +0100 |
|---|---|---|
| committer | Scott Bahling <sbahling@mudgum.net> | 2013-03-19 20:17:13 +0100 |
| commit | 6008dfc91c6361980cc855b4b3adc2ccedb25e5c (patch) | |
| tree | 7cbc319f2ad0778b587d09189c01a8f7c7df0950 /panfry | |
| parent | 78c7a9252b70459bc3ed0a0f54d67630e7c18ae1 (diff) | |
| download | panfry-6008dfc91c6361980cc855b4b3adc2ccedb25e5c.tar.gz panfry-6008dfc91c6361980cc855b4b3adc2ccedb25e5c.tar.xz panfry-6008dfc91c6361980cc855b4b3adc2ccedb25e5c.zip | |
remove debug print
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:] |
