Skip to content

Commit

Permalink
reverted to original clearing behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Nov 4, 2014
1 parent 756db42 commit a423f16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/guard/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ def run_on_changes(modified, added, removed)

next unless (task = tasks.detect { |meth| plugin.respond_to?(meth) })
_supervise(plugin, task, match_result)
::Guard::UI.clearable
::Guard::UI.debug "#{plugin.title}##{task} succeeded, clear set"
end
end
end
Expand Down

0 comments on commit a423f16

Please sign in to comment.