From cfd67a100aa3039d887b4c860baada941e497501 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 22 Feb 2010 22:18:55 +0000 Subject: [PATCH 1/1] remove debug dump to stdout --- bin/ldap-rewrite.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/', -- 2.20.1