remove debug print

This commit is contained in:
Han-Wen Nienhuys
2007-05-23 18:49:35 -03:00
parent f1d3db44f5
commit a196ae17a6

1
git-p4
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)