--- trunk/bin/BackupPC_updatedb 2005/06/23 09:47:59 6 +++ trunk/bin/BackupPC_updatedb 2005/06/23 10:14:10 7 @@ -17,8 +17,6 @@ my $TopDir = $bpc->TopDir(); my @beenThere = (); -print Dumper(\%Conf); - my $dbh = DBI->connect("dbi:SQLite:dbname=$TopDir/$Conf{SearchDB}", "", "", { RaiseError => 1, AutoCommit => 0 }); my %opt;