mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 16:28:50 +01:00
remove debugging line
This commit is contained in:
parent
579402ba08
commit
7bdd365ff3
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ module TodosHelper
|
|||
url[:_tag_name] = @tag_name if @source_view == 'tag'
|
||||
|
||||
futuredate = (@todo.show_from || @todo.user.date) + days.days
|
||||
puts "DUE: #{@todo.due}, futuredate: #{futuredate}"
|
||||
if @todo.due && futuredate > @todo.due
|
||||
return link_to_function(
|
||||
image_tag("defer_#{days}_off.png", :mouseover => "defer_#{days}.png", :alt => "", :align => "absmiddle")+" Defer #{pluralize(days, "day")}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue