[DBD::Pg] Remove debugging remnant from tests.
dbdpg-commits-gENoVmVU/[email protected] Wed, 7 Jan 2015 17:25:06 +0000
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]> Remove debugging remnant from tests. --- t/dbdpg_test_setup.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/t/dbdpg_test_setup.pl b/t/dbdpg_test_setup.pl index 6277df0..2218cdc 100644 --- a/t/dbdpg_test_setup.pl +++ b/t/dbdpg_test_setup.pl @@ -901,7 +901,6 @@ sub shutdown_test_database { ## Remove the test directory entirely return if $ENV{DBDPG_TESTINITDB}; return if ! eval { require File::Path; 1; }; - warn "Removing test database directory\n"; File::Path::rmtree($testdir); return; -- 1.8.4