1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2025-07-03 00:58:12 +02:00

Remove sending mails about bad plans

Most of the emails are situations where people pasted *query* instead of plan.
The rest are just badly wrapped plans.
This commit is contained in:
Hubert depesz Lubaczewski
2011-08-16 13:08:17 +02:00
parent cda3511363
commit 96a6bf6f50

View File

@ -55,18 +55,6 @@ sub index {
# log message
$self->app->log->info( $EVAL_ERROR );
# try
eval {
# send mail
$self->send_mail(
{
subject => q|Can't create explain from...|,
msg => $plan
}
);
};
# leave...
return $self->render( message => q|Failed to parse your plan| );
}