Commit 7fef010c9455d8e5b855a846d8abafb07049db90

Authored by Ábner Silva de Oliveira
1 parent 0a6daa95

removing debug line

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/helpers/task_helper.rb
@@ -11,7 +11,6 @@ module TaskHelper @@ -11,7 +11,6 @@ module TaskHelper
11 end 11 end
12 12
13 def task_action action 13 def task_action action
14 - require 'debugger'; debugger  
15 base_url = { action: action } 14 base_url = { action: action }
16 url_for(base_url.merge(filter_params)) 15 url_for(base_url.merge(filter_params))
17 end 16 end