3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

PBot/Modules.pm: remove debug log statement

This commit is contained in:
Pragmatic Software 2021-06-06 21:34:45 -07:00
parent 613890707a
commit 307f4c3d9c

View File

@ -151,8 +151,6 @@ sub launch_module {
my $exitval = $? >> 8;
$self->{pbot}->{logger}->log("stdout before: $stdout\n");
utf8::decode $stdout;
utf8::decode $stderr;