Removed debug message, created too much noise
git-svn-id: https://beef.googlecode.com/svn/trunk@1121 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -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 []
|
||||
|
||||
Reference in New Issue
Block a user