Remove unnecessary log.

This commit is contained in:
Jessica Lam 2015-07-08 16:43:18 -07:00
parent 3710889a0d
commit d79ce5d0a2

View file

@ -25,7 +25,6 @@ if [ -n "$1" ]; then
regex='^issue'
if [[ $currentBranch =~ $regex ]]; then
issue=${currentBranch#*#}
echo "issue for $issue"
else
echo "'git open issue' expect branch naming to be issues/#123"
exit 0