Skip to content

Commit

Permalink
Cleaning debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
maraujop committed Oct 25, 2010
1 parent c016ba7 commit ce37318
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mercurialchangeset/admin.py
Expand Up @@ -237,10 +237,7 @@ def sync_revision(self, revision):


# If revision is not already in Trac's revision table, insert it # If revision is not already in Trac's revision table, insert it
if not(self.check_revision(rev_hash)): if not(self.check_revision(rev_hash)):
#self.log.debug("Inserting revision %s" % rev_hash)
self.insert_revision(*(self._get_ctx_from_repo(node))) self.insert_revision(*(self._get_ctx_from_repo(node)))
#else:
#self.log.debug("Revision %s already present in Trac" % rev_hash)


def sync_last_revision(self, repository): def sync_last_revision(self, repository):
""" """
Expand Down

0 comments on commit ce37318

Please sign in to comment.