From: Han-Wen Nienhuys Date: Wed, 23 May 2007 21:49:35 +0000 (-0300) Subject: remove debug print X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=a196ae17a63d6ee299036f420f3589c6390520f6;p=python%2Ffast-export.git remove debug print --- diff --git a/git-p4 b/git-p4 index cc0b701..5dae1f1 100755 --- a/git-p4 +++ b/git-p4 @@ -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)