From 82c0a3b5add41f952110dd5b3a4bede2642b2537 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 10 Sep 2018 19:40:37 +1200 Subject: Reinstate action handling in modules that need it Also remove debug logging statements from Jinx.pm --- Plugin/Jinx.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Plugin/Jinx.pm') diff --git a/Plugin/Jinx.pm b/Plugin/Jinx.pm index 6f0291f..8f4ed9e 100644 --- a/Plugin/Jinx.pm +++ b/Plugin/Jinx.pm @@ -31,8 +31,6 @@ sub message { return $last; } - $logger->("Storing $what"); - $last = $what; $last_response = undef; return; @@ -49,8 +47,6 @@ sub action { return; } - $logger->("Storing action $what"); - $last = $what; $last_response = undef; return; -- cgit v1.1