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