X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FCustomVariableConfig.pm;h=6601c07ec84151f5f949ee287509c04782aef6fc;hb=627503c1d8443acdb4c50362c3981e68564a12d4;hp=33c3dec406e697cdc02c9bfded0027b268d71536;hpb=8315221e21e3560978855576856c02ee56695d35;p=kivitendo-erp.git diff --git a/SL/Controller/CustomVariableConfig.pm b/SL/Controller/CustomVariableConfig.pm index 33c3dec40..6601c07ec 100644 --- a/SL/Controller/CustomVariableConfig.pm +++ b/SL/Controller/CustomVariableConfig.pm @@ -64,9 +64,6 @@ sub show_form { split m/;/, ($self->config->flags || '') }); - $::lxdebug->dump(0, "cflags", $self->config->flags); - $::lxdebug->dump(0, "flags", $self->flags); - $self->render('custom_variable_config/form', %params); }