]> gitweb.michael.orlitzky.com - mailshears.git/commitdiff
Remove debug code from Plugin.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Nov 2015 04:35:34 +0000 (23:35 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Nov 2015 04:35:34 +0000 (23:35 -0500)
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.