From: Moritz Bunkus Date: Thu, 30 Jan 2014 14:30:34 +0000 (+0100) Subject: Debugcode entfernt X-Git-Tag: release-3.1.0beta1^0 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5f45c47f4aeb8160f88d006e1c4e63f33db80e74;p=kivitendo-erp.git Debugcode entfernt --- 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); }