mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-25 14:11:28 +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)
|
void SqliteSampleBlock::Load(SampleBlockID sbid)
|
||||||
{
|
{
|
||||||
wxASSERT(!IsSilent());
|
|
||||||
|
|
||||||
auto db = DB();
|
auto db = DB();
|
||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user