]> git.ipfire.org Git - thirdparty/git.git/commitdiff
remove debug print
authorHan-Wen Nienhuys <hanwen@google.com>
Wed, 23 May 2007 21:49:35 +0000 (18:49 -0300)
committerHan-Wen Nienhuys <hanwen@google.com>
Thu, 31 May 2007 15:40:24 +0000 (12:40 -0300)
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
contrib/fast-import/git-p4

index cc0b7013dabe75d6b354ff7de9af77fed3847d0f..5dae1f19ae9180a2a4b365295352e491936dcecb 100755 (executable)
@@ -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)