mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 09:33:29 +02: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