You've already forked explain.depesz.com
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:
@ -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| );
|
||||
}
|
||||
|
Reference in New Issue
Block a user