fix: remove commented-out assertions

They may not hold true at all times, and that's fine.

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow 2022-11-20 11:09:24 -03:00
parent df0f9259c0
commit f55fc51e9b
No known key found for this signature in database
GPG Key ID: 8D0F221F0A59F469
2 changed files with 0 additions and 4 deletions

View File

@ -167,8 +167,6 @@ bool LocalResourcePackParseTask::abort()
void LocalResourcePackParseTask::executeTask()
{
// Q_ASSERT(m_resource_pack.valid());
if (!ResourcePackUtils::process(m_resource_pack))
return;

View File

@ -158,8 +158,6 @@ bool LocalTexturePackParseTask::abort()
void LocalTexturePackParseTask::executeTask()
{
// Q_ASSERT(m_texture_pack.valid());
if (!TexturePackUtils::process(m_texture_pack))
return;