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:
parent
df0f9259c0
commit
f55fc51e9b
2 changed files with 0 additions and 4 deletions
|
@ -167,8 +167,6 @@ bool LocalResourcePackParseTask::abort()
|
|||
|
||||
void LocalResourcePackParseTask::executeTask()
|
||||
{
|
||||
// Q_ASSERT(m_resource_pack.valid());
|
||||
|
||||
if (!ResourcePackUtils::process(m_resource_pack))
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue