remove debug dump to stdout
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 22 Feb 2010 22:18:55 +0000 (22:18 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 22 Feb 2010 22:18:55 +0000 (22:18 +0000)
bin/ldap-rewrite.pl

index 8c35ebb..7f92d42 100755 (executable)
@@ -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/',