diff options
author | David Phillips <david@sighup.nz> | 2018-09-11 23:13:07 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-09-11 23:13:07 +1200 |
commit | 8645387b68f9a9f0e05c86f0a81c8a69263e84cb (patch) | |
tree | 91b5608f3a8c56bdc30ff270e3d73728cf6e2c4e /Plugin | |
parent | f830c55498f4da422ba3c28abbc480f4d9edb3d6 (diff) | |
download | idalius-8645387b68f9a9f0e05c86f0a81c8a69263e84cb.tar.xz |
Remove unnecessary logs
Diffstat (limited to 'Plugin')
-rw-r--r-- | Plugin/Jinx.pm | 4 |
1 files changed, 0 insertions, 4 deletions
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; |