From: Don Armstrong Date: Wed, 28 Feb 2018 22:27:15 +0000 (-0800) Subject: remove dsn debugging print statement X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=d27fba421d015e0f5f3f593da98d242072cf3bf1 remove dsn debugging print statement --- diff --git a/t/lib/DebbugsTest.pm b/t/lib/DebbugsTest.pm index e2db327..fcc0dc0 100644 --- a/t/lib/DebbugsTest.pm +++ b/t/lib/DebbugsTest.pm @@ -293,8 +293,6 @@ sub create_postgresql_database { File::Spec->rel2abs(dirname(__FILE__).'/../..'). '/bin/debbugs-installsql'; # create the debversion extension - print STDERR $pgsql->dsn; - print STDERR "\n"; my $dbh = DBI->connect($pgsql->dsn); $dbh->do(<