]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Debugcode entfernt release-3.1.0beta1
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 30 Jan 2014 14:30:34 +0000 (15:30 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 30 Jan 2014 14:30:39 +0000 (15:30 +0100)
SL/Controller/CustomVariableConfig.pm

index 33c3dec406e697cdc02c9bfded0027b268d71536..6601c07ec84151f5f949ee287509c04782aef6fc 100644 (file)
@@ -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);
 }