Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Pytel committed Oct 3, 2011
1 parent bef8679 commit 378ca05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

delete "/tasks/:id" do
settings.tasks.reject! { |task| task["id"] == params[:id].to_i }
p settings.tasks
""
end

Expand Down

0 comments on commit 378ca05

Please sign in to comment.