From 4f26fe794a25a904d8491ca9c3b8dc46a897aec5 Mon Sep 17 00:00:00 2001 From: murphy Date: Fri, 26 Mar 2010 04:46:03 +0000 Subject: Cleanup. --- rake_helpers/code_statistics.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rake_helpers') diff --git a/rake_helpers/code_statistics.rb b/rake_helpers/code_statistics.rb index 09463bf..595848f 100644 --- a/rake_helpers/code_statistics.rb +++ b/rake_helpers/code_statistics.rb @@ -58,7 +58,7 @@ private stats = Hash.new 0 Dir[directory].each do |file_name| - p "Scanning #{file_name}..." if $DEBUG + p "Scanning #{file_name}..." if $VERBOSE next unless file_name =~ pattern lines = codelines = classes = modules = methods = 0 -- cgit v1.2.1