From: Dobrica Pavlinusic Date: Mon, 22 Feb 2010 22:18:55 +0000 (+0000) Subject: remove debug dump to stdout X-Git-Url: http://git.rot13.org/?p=virtual-ldap;a=commitdiff_plain;h=cfd67a100aa3039d887b4c860baada941e497501 remove debug dump to stdout --- diff --git a/bin/ldap-rewrite.pl b/bin/ldap-rewrite.pl index 8c35ebb..7f92d42 100755 --- a/bin/ldap-rewrite.pl +++ b/bin/ldap-rewrite.pl @@ -24,7 +24,7 @@ our $VERSION = '0.3'; use fields qw(socket target); use YAML qw/LoadFile/; -my $debug = 1; +my $debug = 0; my $config = { yaml_dir => './yaml/',