remove debug print

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
maint
Han-Wen Nienhuys 2007-05-23 18:49:35 -03:00
parent 86dff6b676
commit b17f88b544
1 changed files with 0 additions and 1 deletions

View File

@ -1031,7 +1031,6 @@ class P4Sync(Command):

p4Change = 0
for branch in self.p4BranchesInGit:
print self.p4BranchesInGit
logMsg = extractLogMessageFromGitCommit(self.refPrefix + branch)

settings = extractSettingsGitLog(logMsg)