diff --git a/src/imageformats/ras.cpp b/src/imageformats/ras.cpp index 9d8bb32..516b47e 100644 --- a/src/imageformats/ras.cpp +++ b/src/imageformats/ras.cpp @@ -219,7 +219,7 @@ bool RASHandler::canRead(QIODevice *device) } if (device->isSequential()) { - qWarning("Reading ras files from sequential devices not supported"); + // qWarning("Reading ras files from sequential devices not supported"); return false; }