Skip to content

Commit

Permalink
remove verbose output from Callback#included
Browse files Browse the repository at this point in the history
  • Loading branch information
djcas9 committed Apr 7, 2011
1 parent 13ba63e commit 9d383ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pidly/callbacks.rb
Expand Up @@ -111,7 +111,6 @@ def add_callback(callback, invoke)
# @param [Class] receiver The calling class
#
def self.included(receiver)
puts receiver.class
receiver.extend self
end

Expand Down

0 comments on commit 9d383ce

Please sign in to comment.