diff options
Diffstat (limited to 'src/sqlite3.cpp')
-rw-r--r-- | src/sqlite3.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sqlite3.cpp b/src/sqlite3.cpp index 00b2773..9724781 100644 --- a/src/sqlite3.cpp +++ b/src/sqlite3.cpp @@ -28,7 +28,6 @@ void SqliteConnection::Init(csnd::Csound* csound, LoginData* login) { int result = sqlite3_open(login->dbName, &conn); - std::cout << "Y"; if (result) { throw std::runtime_error("connection not established"); } |