diff --git a/libraries/gpu-gl-common/src/gpu/gl/GLTextureTransfer.cpp b/libraries/gpu-gl-common/src/gpu/gl/GLTextureTransfer.cpp index 56da8927a4..7e5b13992f 100644 --- a/libraries/gpu-gl-common/src/gpu/gl/GLTextureTransfer.cpp +++ b/libraries/gpu-gl-common/src/gpu/gl/GLTextureTransfer.cpp @@ -339,7 +339,7 @@ void GLTextureTransferEngineDefault::populateActiveBufferQueue() { // Can't find any pending transfers, so move on if (textureTransferQueue.empty()) { if (vargltexture->hasPendingTransfers()) { - qWarning(gpugllogging) << "Texture has no transfer jobs, but has pending transfers"; + // qWarning(gpugllogging) << "Texture " << gltexture->_id << "(" << texture->source().c_str() << ") has no transfer jobs, but has pending transfers" ; } itr = _pendingTransfersMap.erase(itr); continue;