Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
HParker committed Mar 16, 2016
1 parent 4355aaf commit e040b64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/aasm/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ def initial_state(new_initial_state=nil)
# [1..] state
def state(*args)
names, options = interpret_state_args(args)
puts names.inspect
puts options.inspect
names.each do |name|
@state_machine.add_state(name, klass, options)

Expand Down

0 comments on commit e040b64

Please sign in to comment.