FactoidModuleLauncher: remove left-over debug log message

This commit is contained in:
Pragmatic Software 2019-07-05 23:04:04 -07:00
parent 66fac81540
commit a82f580f58
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ sub execute_module {
if ($@) {
my $error = $@;
$self->{pbot}->{logger}->log("error: [$error]\n");
if ($error =~ m/timeout on timer/) {
($exitval, $stdout, $stderr) = (-1, "$stuff->{trigger}: timed-out", '');
} else {