Skip to content

Commit

Permalink
remove printf debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Sep 7, 2011
1 parent 8532a75 commit c503da3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/reak/bootstrap/ext.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ class Module
extend Reak::Tools

def define_smalltalk_method(name, &block)
puts name
define_method(smalltalk_prefix(name), &block)
end
end

0 comments on commit c503da3

Please sign in to comment.