diff --git a/lib/PBot/Core/Interpreter.pm b/lib/PBot/Core/Interpreter.pm index b7686bdd..c2d39988 100644 --- a/lib/PBot/Core/Interpreter.pm +++ b/lib/PBot/Core/Interpreter.pm @@ -379,7 +379,6 @@ sub interpret($self, $context) { } else { # match the factoid in the current channel if it exists foreach my $f (@factoids) { - $self->{pbot}->{logger}->log("[$f->[0]][$f->[1]] [$context->{from}]\n"); if ($f->[0] eq $context->{from}) { ($fact_channel, $fact_trigger) = ($f->[0], $f->[1]); last; diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 85e3cdd8..28290d64 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -25,7 +25,7 @@ use PBot::Imports; # These are set by the /misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4843, + BUILD_REVISION => 4844, BUILD_DATE => "2024-11-07", };