Removed old debug log code which is way to verbose.
This commit is contained in:
parent
3cdb3e3ca5
commit
1f0e48afad
1 changed files with 1 additions and 5 deletions
|
@ -51,11 +51,7 @@ get config setting
|
|||
=end
|
||||
|
||||
def self.get(name)
|
||||
if load
|
||||
logger.debug "Setting.get(#{name.inspect}) # no cache"
|
||||
else
|
||||
logger.debug "Setting.get(#{name.inspect}) # from cache"
|
||||
end
|
||||
load
|
||||
@@current[:settings_config][name]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue