Skip to content

Commit

Permalink
Remove the unhelpful puts from the build
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Apr 22, 2016
1 parent 0787083 commit 8f600a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rake-tasks/buck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ def buck(*args, &block)
# cases where the rule was not created by CrazyFun. Rules created by the "rule" method will
# be a FileTask, whereas those created by CrazyFun are normal rake Tasks.

puts "Making things the old way: #{task.name}"

if task.class == Rake::FileTask && !task.out
task.enhance do
Buck::buck_cmd.call('build', task.name)
Expand Down

0 comments on commit 8f600a7

Please sign in to comment.