From 8645387b68f9a9f0e05c86f0a81c8a69263e84cb Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 11 Sep 2018 23:13:07 +1200 Subject: Remove unnecessary logs --- Plugin/Jinx.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Plugin') diff --git a/Plugin/Jinx.pm b/Plugin/Jinx.pm index 0c3f542..1717687 100644 --- a/Plugin/Jinx.pm +++ b/Plugin/Jinx.pm @@ -32,8 +32,6 @@ sub on_message { return $what; } - $logger->("Storing on_message for $channel $what"); - $last{$channel} = $what; $last_response{$channel} = undef; return; @@ -51,8 +49,6 @@ sub on_action { return; } - $logger->("Storing on_action for $channel $what"); - $last{$channel} = $what; $last_response{$channel} = undef; return; -- cgit v1.1