projects
/
mailshears.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bf674c
)
Remove debug code from Plugin.
author
Michael Orlitzky
<michael@orlitzky.com>
Sun, 8 Nov 2015 04:35:34 +0000
(23:35 -0500)
committer
Michael Orlitzky
<michael@orlitzky.com>
Sun, 8 Nov 2015 04:35:34 +0000
(23:35 -0500)
lib/common/plugin.rb
patch
|
blob
|
history
diff --git
a/lib/common/plugin.rb
b/lib/common/plugin.rb
index 02fc75ab0d53f90ac86032448d67be7cb5109f96..1178e2fb9a238293b22e72c3620d03b44b6e8782 100644
(file)
--- 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.