Skip to content

Commit

Permalink
Removed pry after debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmeyer committed Nov 21, 2011
1 parent 9e1599a commit fedf6d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/consular/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ def open_in_editor(path, editor = nil)
#
# @api private
def message_unless_file(file, &blk)
binding.pry
if File.exists?(File.expand_path(file))
blk.call
else
Expand Down

0 comments on commit fedf6d9

Please sign in to comment.