Skip to content

Commit 8f600a7

Browse files
committed
Remove the unhelpful puts from the build
1 parent 0787083 commit 8f600a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rake-tasks/buck.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ def buck(*args, &block)
110110
# cases where the rule was not created by CrazyFun. Rules created by the "rule" method will
111111
# be a FileTask, whereas those created by CrazyFun are normal rake Tasks.
112112

113-
puts "Making things the old way: #{task.name}"
114-
115113
if task.class == Rake::FileTask && !task.out
116114
task.enhance do
117115
Buck::buck_cmd.call('build', task.name)

0 commit comments

Comments
 (0)