lib/puppet/error.rb in puppet-0.23.2 vs lib/puppet/error.rb in puppet-0.24.0

- old
+ new

@@ -39,16 +39,7 @@ end # An error class for when I don't know what happened. Automatically # prints a stack trace when in debug mode. class DevError < Puppet::Error - # XXX This is probably the wrong way to do this, but... - def set_backtrace(trace) - if Puppet[:trace] - puts trace - end - super - end end end - -# $Id: error.rb 2324 2007-03-19 19:16:10Z luke $