aboutsummaryrefslogtreecommitdiff
path: root/Plugin/Jinx.pm
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-09-10 19:40:37 +1200
committerDavid Phillips <david@sighup.nz>2018-09-10 19:40:37 +1200
commit82c0a3b5add41f952110dd5b3a4bede2642b2537 (patch)
tree1870cf8eaaf6dea505f8f89fd9833ba21fdb3bb7 /Plugin/Jinx.pm
parenta53eb4b24ffa4746cc219ebda7d1fbd4881c157d (diff)
downloadidalius-82c0a3b5add41f952110dd5b3a4bede2642b2537.tar.xz
Reinstate action handling in modules that need it
Also remove debug logging statements from Jinx.pm
Diffstat (limited to 'Plugin/Jinx.pm')
-rw-r--r--Plugin/Jinx.pm4
1 files changed, 0 insertions, 4 deletions
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;