Remove unnecessary debug

This commit is contained in:
Ryan Huffman 2015-08-27 14:11:29 -07:00
parent 4fcfd5b8f8
commit 24eef654e0

View file

@ -294,7 +294,6 @@ public:
void ImageReader::run() {
QSharedPointer<Resource> texture = _texture.toStrongRef();
if (texture.isNull()) {
qDebug() << "TEXTURE IS NULL";
return;
}