remove debug print

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
This commit is contained in:
Han-Wen Nienhuys 2007-05-23 18:49:35 -03:00
parent 86dff6b676
commit b17f88b544

View File

@ -1031,7 +1031,6 @@ class P4Sync(Command):
p4Change = 0 p4Change = 0
for branch in self.p4BranchesInGit: for branch in self.p4BranchesInGit:
print self.p4BranchesInGit
logMsg = extractLogMessageFromGitCommit(self.refPrefix + branch) logMsg = extractLogMessageFromGitCommit(self.refPrefix + branch)
settings = extractSettingsGitLog(logMsg) settings = extractSettingsGitLog(logMsg)