From b9c7528a93f81de071bdb1c35a4ed837da9a4004 Mon Sep 17 00:00:00 2001 From: passbe Date: Thu, 28 Jul 2011 01:39:42 +0000 Subject: [PATCH] Removed debug message, created too much noise git-svn-id: https://beef.googlecode.com/svn/trunk@1121 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- core/module.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/module.rb b/core/module.rb index a42f85702..d54394d2b 100644 --- a/core/module.rb +++ b/core/module.rb @@ -39,7 +39,8 @@ module Module if class_symbol and class_symbol.respond_to?(:options) return class_symbol.options else - print_debug "Module '#{mod}', no options method defined" + #makes too much noise as many modules dont have options defined + #print_debug "Module '#{mod}', no options method defined" end end return []