Skip to content

Commit

Permalink
Removed a #p call
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 9, 2009
1 parent 0ecb1b8 commit be467ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Todo.rdoc
Expand Up @@ -2,6 +2,7 @@
== Major:

* Test refresh eval
* Increase readability / Documentation
* Better specs

== Minor:
Expand Down
1 change: 0 additions & 1 deletion lib/bind/listener.rb
Expand Up @@ -79,7 +79,6 @@ def run!
# Invoke all current actions with a +file+.

def call_actions_with file
p actions
actions.each { |action| action.call file }
end

Expand Down

0 comments on commit be467ec

Please sign in to comment.