From a65894414f81de015834e12c341d68b75eaef346 Mon Sep 17 00:00:00 2001 From: janw Date: Mon, 31 Mar 2008 10:11:06 +0000 Subject: [PATCH] Removed DEBUG output. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10081 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/client/events/corefunctions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-si/client/events/corefunctions.pm b/gosa-si/client/events/corefunctions.pm index b1f6758e8..58ebc932c 100644 --- a/gosa-si/client/events/corefunctions.pm +++ b/gosa-si/client/events/corefunctions.pm @@ -236,7 +236,7 @@ sub new_ldap_config { my $file1; my $file2; open(file1, "> $ldap_config"); -print STDERR Dumper(PerlIO::get_layers(file1, output => 1)); +#print STDERR Dumper(PerlIO::get_layers(file1, output => 1)); print file1 "# This file was automatically generated by gosa-si-client. Do not change.\n"; print file1 "URI"; foreach $element (@ldap_uris) { -- 2.30.2