X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=a3990f9cb19db768b559cd0929cbc7552beedd84;hb=85c4af4a97e002a6ec7804c7fb28d3c4c0972398;hp=875b726c151cfcc1697f1b89ed28719a41fedf34;hpb=fb03d191f53516cbf1022e755665556e7f1acb82;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index 875b726c1..a3990f9cb 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -695,7 +695,6 @@ sub show_generic_error { } if ($::request->is_ajax) { - $::lxdebug->message(0, "trying to render AJAX response..."); SL::ClientJS->new ->error($error) ->render(SL::Controller::Base->new);