found another password display bug
[aymargeddon/current.git] / src / FROGS / Config.pm
index 47423a9..4244760 100644 (file)
@@ -200,7 +200,7 @@ while(<CONFIG>){
   next if /^\s*\#.*$/;
   $::conf->{-DB_PASSWD} = $_;
 }
-print  $::conf->{-DB_PASSWD};
+
 close CONFIG or die "could not close config file $conf: $!\n";
 
 1;