diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-04-17 18:06:24 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-04-17 18:06:24 +0100 |
commit | 3a579efcd3ea7e4362f7abeb4138c4087e6f13c1 (patch) | |
tree | 35a1654cf752f31efb198fbbce0ba8a46a6ba6f4 /lib/mauve/notifiers/email.rb | |
parent | c8d16b7511969edbde58bc49ef44e0ff63e5cb8f (diff) |
Changed method of including the Debug notification module. Now debug! can be
specified in the config to extend that particular instance of a notification
method.
Diffstat (limited to 'lib/mauve/notifiers/email.rb')
-rw-r--r-- | lib/mauve/notifiers/email.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mauve/notifiers/email.rb b/lib/mauve/notifiers/email.rb index 8efdbec..5b8e9a0 100644 --- a/lib/mauve/notifiers/email.rb +++ b/lib/mauve/notifiers/email.rb @@ -97,7 +97,6 @@ module Mauve m.to_s end - include Debug end end end |