Remove debugging statement

This commit is contained in:
Timothy Warren 2012-03-07 08:08:41 -05:00
parent d555412826
commit c8c5650156
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ class FirebirdTest extends UnitTestCase {
function setUp()
{
$dbpath = TEST_DIR.DS.'test_dbs'.DS.'FB_TEST_DB.FDB';
echo "\n\n{$dbpath}\n\n";
$this->db = new Firebird($dbpath);
$this->tables = $this->db->get_tables();
}