From 307f4c3d9c4707a059888540fe6510941d1b9c38 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 6 Jun 2021 21:34:45 -0700 Subject: [PATCH] PBot/Modules.pm: remove debug log statement --- PBot/Modules.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/PBot/Modules.pm b/PBot/Modules.pm index b2be0249..5e6bcfae 100644 --- a/PBot/Modules.pm +++ b/PBot/Modules.pm @@ -151,8 +151,6 @@ sub launch_module { my $exitval = $? >> 8; - $self->{pbot}->{logger}->log("stdout before: $stdout\n"); - utf8::decode $stdout; utf8::decode $stderr;