Merge branch 'search-3.2.0' of git.rot13.org:/git/BackupPC into search-3.2.0
[BackupPC.git] / 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;