From db5bc3227bf89c0eaf2f2498cf0f1a80cf5eead0 Mon Sep 17 00:00:00 2001 From: Richard Date: Wed, 8 Jun 2022 21:07:56 +0100 Subject: remove debugging cout --- src/sqlite3.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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"); } -- cgit v1.2.3