mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove unnecessary debug
This commit is contained in:
parent
4fcfd5b8f8
commit
24eef654e0
1 changed files with 0 additions and 1 deletions
|
@ -294,7 +294,6 @@ public:
|
|||
void ImageReader::run() {
|
||||
QSharedPointer<Resource> texture = _texture.toStrongRef();
|
||||
if (texture.isNull()) {
|
||||
qDebug() << "TEXTURE IS NULL";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue