summaryrefslogtreecommitdiff
path: root/lib/chef/resource
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-12-15 08:14:00 -0800
committerTim Smith <tsmith@chef.io>2017-12-15 08:16:07 -0800
commitfb57ed415f2d1fe43b44175ed4f61b2134375858 (patch)
treeceb6c64e5872914eb29f56d6881959e5101962d8 /lib/chef/resource
parent748b3e626a20d050d5d777ce5c206203e01f8386 (diff)
downloadchef-modernize_log_resource.tar.gz
Remove author yard commentsmodernize_log_resource
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource')
-rw-r--r--lib/chef/resource/log.rb3
1 files changed, 0 insertions, 3 deletions
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"
#