Skip to content

Commit

Permalink
#125 Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
ltoussaint committed Sep 20, 2014
1 parent 2190afc commit 48465b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inc/twgit_feature.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,6 @@ function cmd_merge-into-hotfix () {
local hotfix="${hotfix_fullname:${#TWGIT_PREFIX_HOTFIX}}"
[ -z "$hotfix" ] && die 'No hotfix in progress!'

CUI_displayMsg error $hotfix_fullname

# If no feature given, retrieve the current one
local feature_fullname
if [ -z "$feature" ]; then
Expand Down

0 comments on commit 48465b4

Please sign in to comment.