disable debug
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 6 Feb 2011 10:32:02 +0000 (11:32 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 6 Feb 2011 10:32:02 +0000 (11:32 +0100)
bin/BackupPC_ASA_BurnArchiveMedia

index 2643918..912e00f 100755 (executable)
@@ -15,7 +15,7 @@ use File::Path;
 use Cwd qw/abs_path/;
 use Data::Dumper;
 
-my $debug = $ENV{DEBUG} || 1;
+my $debug = $ENV{DEBUG} || 0;
 # set this to 1 to prompt for DVD removal for each selected item.
 my $prompt_for_delete = shift @ARGV;
 $|=1;