]> git.donarmstrong.com Git - debbugs.git/commitdiff
remove dsn debugging print statement
authorDon Armstrong <don@donarmstrong.com>
Wed, 28 Feb 2018 22:27:15 +0000 (14:27 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 28 Feb 2018 22:27:15 +0000 (14:27 -0800)
t/lib/DebbugsTest.pm

index e2db327b6ffbc41c7535cab4815fc715ac328073..fcc0dc04b31bb8f6e9d8e5a21ffcefa712804815 100644 (file)
@@ -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;