summaryrefslogtreecommitdiff
path: root/lib/chef/audit
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/audit')
-rw-r--r--lib/chef/audit/audit_reporter.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/audit/audit_reporter.rb b/lib/chef/audit/audit_reporter.rb
index 8268de3aa7..1ed79bb42f 100644
--- a/lib/chef/audit/audit_reporter.rb
+++ b/lib/chef/audit/audit_reporter.rb
@@ -167,10 +167,6 @@ class Chef
def iso8601ify(time)
time.utc.iso8601.to_s
end
-
- def error_message_for_run_data(error)
- "#{err.class.to_s}: #{err.message}\n#{err.backtrace.join("\n")}"
- end
end
end
end