remote-helpers: trivial cleanup

The comment was copied from hg-fast-export, not used anymore.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Felipe Contreras 2013-05-07 18:45:15 -05:00 committed by Junio C Hamano
parent 435f39a3e8
commit 0df860383e
1 changed files with 0 additions and 1 deletions

View File

@ -453,7 +453,6 @@ def export_ref(repo, name, kind, head):
count += 1
if (count % 100 == 0):
print "progress revision %d '%s' (%d/%d)" % (rev, name, count, len(revs))
print "#############################################################"

# make sure the ref is updated
print "reset %s/%s" % (prefix, ename)