mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:58:03 +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() {
|
void ImageReader::run() {
|
||||||
QSharedPointer<Resource> texture = _texture.toStrongRef();
|
QSharedPointer<Resource> texture = _texture.toStrongRef();
|
||||||
if (texture.isNull()) {
|
if (texture.isNull()) {
|
||||||
qDebug() << "TEXTURE IS NULL";
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue