Skip to content

Commit

Permalink
Remove an unnecessary line.
Browse files Browse the repository at this point in the history
  • Loading branch information
keita committed Dec 3, 2013
1 parent d7048be commit bc4be69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pione/command/basic-command.rb
Expand Up @@ -270,7 +270,6 @@ def exit
def abort(msg_or_exception, pos=caller(1).first)
# hide the message because some option errors are meaningless
invisible = msg_or_exception.is_a?(HideableOptionError)
p msg_or_exception

# setup abortion message
msg = msg_or_exception.is_a?(Exception) ? msg_or_exception.message : msg_or_exception
Expand Down

0 comments on commit bc4be69

Please sign in to comment.