summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/provider/log.rb3
-rw-r--r--lib/chef/resource/log.rb3
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/chef/provider/log.rb b/lib/chef/provider/log.rb
index 20e6064903..214f284fbb 100644
--- a/lib/chef/provider/log.rb
+++ b/lib/chef/provider/log.rb
@@ -20,9 +20,6 @@ class Chef
class Provider
class Log
# Chef log provider, allows logging to chef's logs
- #
- # @author Cary Penniman <cary@rightscale.com>
- # @author Tyler Cloke <tyler@chef.io>
class ChefLog < Chef::Provider
provides :log
diff --git a/lib/chef/resource/log.rb b/lib/chef/resource/log.rb
index fd6cb3fde9..32d9629b73 100644
--- a/lib/chef/resource/log.rb
+++ b/lib/chef/resource/log.rb
@@ -25,9 +25,6 @@ class Chef
# Allows logging a :debug, :info, :warn, and :error levels
# Defaults to :info level
#
- # @author Cary Penniman <cary@rightscale.com>
- # @author Tyler Cloke <tyler@chef.io>
- #
# @example logging at default info level
# log "your string to log"
#