From 37b75c65c15ffcfe5ac3bcfac8e9b587b96707c0 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 3 Dec 2011 15:05:14 -0800 Subject: [PATCH] remove debugging puts --- bin/blog.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/blog.rb b/bin/blog.rb index 3e2cc95..c5f6603 100755 --- a/bin/blog.rb +++ b/bin/blog.rb @@ -100,7 +100,6 @@ class Blag def copy_assets Dir[File.join(@src, 'css', '*.css')].each do |stylesheet| - puts stylesheet FileUtils.cp(stylesheet, @css_dest) end end