From 3c459ebc044b34a9591f94a641c30119c0f6323a Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 23 Jan 2010 23:06:50 -0800 Subject: [PATCH] less puts --- doc-src/lib/stylesheets.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/doc-src/lib/stylesheets.rb b/doc-src/lib/stylesheets.rb index 5b34ee98..d0d4cb4c 100644 --- a/doc-src/lib/stylesheets.rb +++ b/doc-src/lib/stylesheets.rb @@ -50,7 +50,6 @@ def stylesheet_path(ss) possible_filenames_for_stylesheet(ss).each do |filename| import_paths.each do |import_path| full_path = File.join(import_path, filename) - puts "Looking for #{full_path}" if File.exist?(full_path) return filename end