summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/git-branchmove4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/git-branchmove b/bin/git-branchmove
index e0529697..b34c5bc8 100755
--- a/bin/git-branchmove
+++ b/bin/git-branchmove
@@ -119,10 +119,6 @@ if ($rurl =~ m#^ssh://([^:/]+)(?:\:(\w+))?#) {
$rrune = undef;
}
-# DEBUG
-print "dir is $rdir and rune is $rrune\n";
-exit 0;
-
# If we don't prefix the patterns, we might match branches the user
# doesn't intend. E.g. 'foo' would match 'wip/foo'
my @branch_pats = map { $_ =~ s|^|[r]efs/heads/|; $_ } @patterns;