mercurial/commands.py
changeset 1044 4bfa960f8d2a
parent 1042 23f9d71ab9ae
child 1046 772507daaa17
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -867,7 +867,6 @@ def log(ui, repo, *pats, **opts):
         # Only files, no patterns.  Check the history of each file.
         def filerevgen(filelog):
             for i in xrange(filelog.count() - 1, -1, -window):
-                print "filelog"
                 revs = []
                 for j in xrange(max(0, i - window), i + 1):
                     revs.append(filelog.linkrev(filelog.node(j)))