mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-25 04:02:37 +01:00
FactoidModuleLauncher: remove left-over debug log message
This commit is contained in:
parent
66fac81540
commit
a82f580f58
@ -119,7 +119,6 @@ sub execute_module {
|
|||||||
|
|
||||||
if ($@) {
|
if ($@) {
|
||||||
my $error = $@;
|
my $error = $@;
|
||||||
$self->{pbot}->{logger}->log("error: [$error]\n");
|
|
||||||
if ($error =~ m/timeout on timer/) {
|
if ($error =~ m/timeout on timer/) {
|
||||||
($exitval, $stdout, $stderr) = (-1, "$stuff->{trigger}: timed-out", '');
|
($exitval, $stdout, $stderr) = (-1, "$stuff->{trigger}: timed-out", '');
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user