mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
Remove inappropriate assertion...
... Errors reported by sqlite are not conditions that should be provably impossible.
This commit is contained in:
parent
4e260389da
commit
046ae403ba
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user