diff --git a/src/DBConnection.cpp b/src/DBConnection.cpp index 5eedbbb77..5c2ab71ef 100644 --- a/src/DBConnection.cpp +++ b/src/DBConnection.cpp @@ -80,8 +80,6 @@ void DBConnection::SetDBError( ? Verbatim(sqlite3_errmsg(DB())) : libraryError; wxLogDebug(wxT(" Lib error: %s"), mpErrors->mLibraryError.Debug()); printf(" Lib error: %s", mpErrors->mLibraryError.Debug().mb_str().data()); - - wxASSERT(false); } bool DBConnection::Open(const char *fileName)