From: Michael Orlitzky Date: Sun, 8 Nov 2015 04:35:34 +0000 (-0500) Subject: Remove debug code from Plugin. X-Git-Tag: 0.0.1~10 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=commitdiff_plain;h=58849f9ba58bd0804ffe6c6d8248caf2ab66dc66;hp=9bf674cddfb57f821707e8a3b65cc01e724d5a2a Remove debug code from Plugin. --- diff --git a/lib/common/plugin.rb b/lib/common/plugin.rb index 02fc75a..1178e2f 100644 --- a/lib/common/plugin.rb +++ b/lib/common/plugin.rb @@ -25,7 +25,6 @@ module Plugin # included us. # def included(c) - puts c.class().to_s() @includers ||= [] @includers << c end @@ -52,7 +51,7 @@ module Plugin raise NotImplementedError end - + # The "dummy" runner class associated with this plugin. This method # must be supplied by the child class, since they will all have # different dummy runners.