Skip to content

Commit

Permalink
Issue #255: remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Aug 14, 2020
1 parent 37681a2 commit 6909c58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/docker/quick_setup.pl
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ sub DBConnectAsRoot {
my $DatabaseHost = $ConfigObject->Get('DatabaseHost');
my $DSN = "DBI:mysql:database=mysql;host=$DatabaseHost;";

warn "DSN: '$DSN'";
warn "Password: '$Param{DBPassword}'";
my $DBHandle = DBI->connect($DSN, 'root', $Param{DBPassword});
if ( ! $DBHandle ) {
return 0, $DBI::errstr;
Expand Down

0 comments on commit 6909c58

Please sign in to comment.