]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/plugin.rb
Remove debug code from Plugin.
[mailshears.git] / lib / common / plugin.rb
index 02fc75ab0d53f90ac86032448d67be7cb5109f96..1178e2fb9a238293b22e72c3620d03b44b6e8782 100644 (file)
@@ -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.