summaryrefslogtreecommitdiff
path: root/bin/git-branchmove
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-05-03 15:50:05 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-05-03 15:50:05 -0700
commit628ea722a01cf9b1fa13c3c287b37d4ac99ac757 (patch)
treec85ed5572efebd69378d25afb3d9768add841f08 /bin/git-branchmove
parent7e80ee06b67e280dd5c234b190e79ea25c067e87 (diff)
downloaddotfiles-628ea722a01cf9b1fa13c3c287b37d4ac99ac757.tar.gz
git-branchmove: remove debugging print
Diffstat (limited to 'bin/git-branchmove')
-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;