summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-01-12 08:50:23 -0800
committerDaniel DeLeo <dan@opscode.com>2011-02-01 15:38:17 -0800
commit796f50a8a4c43082c045e70512d9046dcc6a8b28 (patch)
tree802f4ccaa82a6029a3b8f31c7e298d016de43601
parente9dd9b9a3264001338555269b899f6b665ec25ee (diff)
downloadchef-796f50a8a4c43082c045e70512d9046dcc6a8b28.tar.gz
rm commented out code from Chef::Log
-rw-r--r--chef/lib/chef/log.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/chef/lib/chef/log.rb b/chef/lib/chef/log.rb
index c73568070d..91cb7b8ec5 100644
--- a/chef/lib/chef/log.rb
+++ b/chef/lib/chef/log.rb
@@ -68,10 +68,6 @@ class Chef
@logger.add(severity, message = nil, progname = nil, &block)
end
- # def method_missing(method_symbol, *args)
- # self.verbose_logger.send(method_symbol, *args) if self.verbose
- # logger.send(method_symbol, *args)
- # end
end
class Formatter