Forgot to remove this return statement from debugging
Signed-off-by: Simon Hausmann <simon@lst.de>
This commit is contained in:
parent
d1874ed33b
commit
2cc58fd99a
@ -862,7 +862,6 @@ class P4Sync(Command):
|
|||||||
if len(self.p4BranchesInGit) == 0:
|
if len(self.p4BranchesInGit) == 0:
|
||||||
self.createBranchesFromOrigin()
|
self.createBranchesFromOrigin()
|
||||||
self.listExistingP4GitBranches()
|
self.listExistingP4GitBranches()
|
||||||
return True
|
|
||||||
|
|
||||||
if self.verbose:
|
if self.verbose:
|
||||||
print "branches: %s" % self.p4BranchesInGit
|
print "branches: %s" % self.p4BranchesInGit
|
||||||
|
Loading…
Reference in New Issue
Block a user