aboutsummaryrefslogtreecommitdiffstats
path: root/BibTeX.py
diff options
context:
space:
mode:
Diffstat (limited to 'BibTeX.py')
-rw-r--r--BibTeX.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/BibTeX.py b/BibTeX.py
index 60d447b..03696ff 100644
--- a/BibTeX.py
+++ b/BibTeX.py
@@ -594,8 +594,6 @@ class ParsedAuthor:
def getHomepage(self):
s = htmlize(str(self))
- if s.startswith("Bodo"):
- print s
for pat, url in config.AUTHOR_RE_LIST:
if pat.search(s):
return url