aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-09-11 23:13:07 +1200
committerDavid Phillips <david@sighup.nz>2018-09-11 23:13:07 +1200
commit8645387b68f9a9f0e05c86f0a81c8a69263e84cb (patch)
tree91b5608f3a8c56bdc30ff270e3d73728cf6e2c4e
parentf830c55498f4da422ba3c28abbc480f4d9edb3d6 (diff)
downloadidalius-8645387b68f9a9f0e05c86f0a81c8a69263e84cb.tar.xz
Remove unnecessary logs
-rw-r--r--Plugin/Jinx.pm4
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;