X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FCustomVariableConfig.pm;h=6601c07ec84151f5f949ee287509c04782aef6fc;hb=3bbe01f72076071001aee77c1c8b9bce00c6d7c2;hp=33c3dec406e697cdc02c9bfded0027b268d71536;hpb=6b5e657a5cef0fe78cc00d27940e4b6a65bd30b0;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); }