aboutsummaryrefslogtreecommitdiffstats
path: root/BibTeX.py
diff options
context:
space:
mode:
Diffstat (limited to 'BibTeX.py')
-rw-r--r--BibTeX.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BibTeX.py b/BibTeX.py
index 6e748a0..beb8b1c 100644
--- a/BibTeX.py
+++ b/BibTeX.py
@@ -133,7 +133,7 @@ def buildAuthorTable(entries):
c = c.collapsesTo(a)
result[author] = c
- if 1:
+ if 0:
for a,c in result.items():
if a != c:
print "Collapsing authors: %s => %s" % (a,c)