Skip to content

Commit

Permalink
don't the task when it's finished
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangenco committed Sep 22, 2012
1 parent 2639714 commit 85c4b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/t_time_tracker
Expand Up @@ -132,7 +132,7 @@ end
def finish_current_task(task = @tracker.current_task)
task[:finish] = @options[:to] || @options[:from] || Time.now
task = @tracker.save(task)
p task
# p task
puts "Finished: #{task[:description]} (#{TTimeTracker.format_minutes task[:duration]})"
end

Expand Down

0 comments on commit 85c4b0d

Please sign in to comment.