Skip to content

Commit

Permalink
Eliminated useless prints
Browse files Browse the repository at this point in the history
  • Loading branch information
ciniglio committed Oct 2, 2012
1 parent b4a5922 commit 6473062
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/tasks_controller.rb
@@ -1,8 +1,6 @@
class TasksController < ApplicationController
def next
task = Task.distribute_task
puts task
@message = 'alejandro'
render :file => task.filename
end

Expand Down

0 comments on commit 6473062

Please sign in to comment.