aboutsummaryrefslogtreecommitdiff
path: root/boost/mysql/template/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'boost/mysql/template/driver.cxx')
-rw-r--r--boost/mysql/template/driver.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/boost/mysql/template/driver.cxx b/boost/mysql/template/driver.cxx
index d077287..c37c624 100644
--- a/boost/mysql/template/driver.cxx
+++ b/boost/mysql/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 ();