diff options
author | Luke Kanies <luke@madstop.com> | 2007-10-05 00:08:15 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-10-05 00:08:15 -0500 |
commit | 275af562b462813ddf5ddbad2192ddc2bf57770c (patch) | |
tree | aceabf68095b8c34fd599f245022a9aaab0984da /lib/puppet/error.rb | |
parent | ce0178316d8cefd072f53d39b59ce47332f6ec8f (diff) | |
parent | 29accba1b9343f4967c15d36506b3bf60d5f0f9c (diff) | |
download | puppet-275af562b462813ddf5ddbad2192ddc2bf57770c.tar.gz puppet-275af562b462813ddf5ddbad2192ddc2bf57770c.tar.xz puppet-275af562b462813ddf5ddbad2192ddc2bf57770c.zip |
Merge branch 'routing' of http://git.rickbradley.com/puppet into routing
Diffstat (limited to 'lib/puppet/error.rb')
-rw-r--r-- | lib/puppet/error.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/puppet/error.rb b/lib/puppet/error.rb index 55fbf2e2f..971b31116 100644 --- a/lib/puppet/error.rb +++ b/lib/puppet/error.rb @@ -41,12 +41,5 @@ module Puppet # :nodoc: # 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 |