From: Don Armstrong <don@donarmstrong.com>
Date: Wed, 28 Feb 2018 22:27:15 +0000 (-0800)
Subject: remove dsn debugging print statement
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d27fba421d015e0f5f3f593da98d242072cf3bf1;p=debbugs.git

remove dsn debugging print statement
---

diff --git a/t/lib/DebbugsTest.pm b/t/lib/DebbugsTest.pm
index e2db327b..fcc0dc04 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(<<END) or die "Unable to create extension";
 CREATE EXTENSION IF NOT EXISTS debversion;