From 769d02def3524a0f0e21869e7f2c57d9bb046332 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 8 Feb 2015 15:02:32 +0200 Subject: Clean test templates of old cruft Most tests don't print anything --- mssql/template/driver.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'mssql/template/driver.cxx') diff --git a/mssql/template/driver.cxx b/mssql/template/driver.cxx index aec5c21..8a9bec7 100644 --- a/mssql/template/driver.cxx +++ b/mssql/template/driver.cxx @@ -28,9 +28,6 @@ main (int argc, char* argv[]) { auto_ptr db (create_specific_database (argc, argv)); - // - // - cout << "test 001" << endl; { transaction t (db->begin ()); t.commit (); -- cgit v1.1