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:
passbe
2011-07-28 01:39:42 +00:00
parent 3455ebda87
commit b9c7528a93

View File

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