mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-16 21:40:46 +01:00
PBot/Modules.pm: remove debug log statement
This commit is contained in:
parent
613890707a
commit
307f4c3d9c
@ -151,8 +151,6 @@ sub launch_module {
|
|||||||
|
|
||||||
my $exitval = $? >> 8;
|
my $exitval = $? >> 8;
|
||||||
|
|
||||||
$self->{pbot}->{logger}->log("stdout before: $stdout\n");
|
|
||||||
|
|
||||||
utf8::decode $stdout;
|
utf8::decode $stdout;
|
||||||
utf8::decode $stderr;
|
utf8::decode $stderr;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user