1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-21 22:06:20 +02:00

Forgot to remove this return statement from debugging

Signed-off-by: Simon Hausmann <simon@lst.de>
This commit is contained in:
Simon Hausmann 2007-05-24 22:10:40 +02:00
parent d1874ed33b
commit 2cc58fd99a

View File

@ -862,7 +862,6 @@ class P4Sync(Command):
if len(self.p4BranchesInGit) == 0:
self.createBranchesFromOrigin()
self.listExistingP4GitBranches()
return True
if self.verbose:
print "branches: %s" % self.p4BranchesInGit