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 []