From 965afe9dbe2a655e46c8ff17290481dbfa7c5453 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 23 May 2003 03:04:37 +0000 Subject: fix the fix svn:r35 --- BibTeX.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'BibTeX.py') 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 -- cgit v1.2.3-70-g09d2