From 5f45c47f4aeb8160f88d006e1c4e63f33db80e74 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 30 Jan 2014 15:30:34 +0100 Subject: [PATCH] Debugcode entfernt --- SL/Controller/CustomVariableConfig.pm | 3 --- 1 file changed, 3 deletions(-) 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); } -- 2.20.1