Committed by Greg Sabino Mullane <[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

Reply via email to