Commit 7fef010c9455d8e5b855a846d8abafb07049db90
1 parent
0a6daa95
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
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 |