mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 08:33:53 +01:00
Remove an assertion
This commit is contained in:
@@ -567,8 +567,6 @@ size_t SqliteSampleBlock::GetBlob(void *dest,
|
||||
|
||||
void SqliteSampleBlock::Load(SampleBlockID sbid)
|
||||
{
|
||||
wxASSERT(!IsSilent());
|
||||
|
||||
auto db = DB();
|
||||
int rc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user