Remove echo statement

This commit is contained in:
Timothy Warren 2012-03-22 16:48:09 -04:00
parent 6974a04ffd
commit 554d666430
2 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ class PgTest extends DBTest {
//Check
$dbs = $this->db->get_tables();
print_r($dbs);
$this->assertTrue(in_array('create_test', $dbs));
}

Binary file not shown.