From 58849f9ba58bd0804ffe6c6d8248caf2ab66dc66 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 7 Nov 2015 23:35:34 -0500 Subject: [PATCH 1/1] Remove debug code from Plugin. --- lib/common/plugin.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- 2.43.2