summaryrefslogtreecommitdiffstats
path: root/lib/puppet/transaction/report.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/transaction/report.rb')
-rw-r--r--lib/puppet/transaction/report.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/puppet/transaction/report.rb b/lib/puppet/transaction/report.rb
index 0fb1db03c..6d365a5f9 100644
--- a/lib/puppet/transaction/report.rb
+++ b/lib/puppet/transaction/report.rb
@@ -44,11 +44,6 @@ class Puppet::Transaction::Report
@metrics[metric.name] = metric
end
- # Add a new log message.
- def newlog(msg)
- @logs << msg
- end
-
# Provide a summary of this report.
def summary
ret = ""