diff options
| author | Luke Kanies <luke@madstop.com> | 2009-11-01 14:58:03 -0500 |
|---|---|---|
| committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
| commit | 2aa579bdbd91db2cd9a154e0ead2b327fa9a8474 (patch) | |
| tree | 5023f02f76af357271d00c0a54a3fd02238abe49 /lib/puppet/transaction/report.rb | |
| parent | 5a8b460001337ac2971c9b8b9b61f600a86890bf (diff) | |
| download | puppet-2aa579bdbd91db2cd9a154e0ead2b327fa9a8474.tar.gz puppet-2aa579bdbd91db2cd9a154e0ead2b327fa9a8474.tar.xz puppet-2aa579bdbd91db2cd9a154e0ead2b327fa9a8474.zip | |
Removing a redundant method in Report
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'lib/puppet/transaction/report.rb')
| -rw-r--r-- | lib/puppet/transaction/report.rb | 5 |
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 = "" |
