From: janw Date: Mon, 31 Mar 2008 10:11:06 +0000 (+0000) Subject: Removed DEBUG output. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a65894414f81de015834e12c341d68b75eaef346;p=gosa.git Removed DEBUG output. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10081 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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) {