diff options
Diffstat (limited to 'mysql/template/driver.cxx')
-rw-r--r-- | mysql/template/driver.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql/template/driver.cxx b/mysql/template/driver.cxx index a1b45cb..c8358b1 100644 --- a/mysql/template/driver.cxx +++ b/mysql/template/driver.cxx @@ -28,9 +28,6 @@ main (int argc, char* argv[]) { auto_ptr<database> db (create_specific_database<database> (argc, argv)); - // - // - cout << "test 001" << endl; { transaction t (db->begin ()); t.commit (); |