We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e34edb commit 576ea04Copy full SHA for 576ea04
vicinae/src/ui/image/io-image-loader.cpp
@@ -14,7 +14,6 @@ void IODeviceImageLoader::render(const RenderConfig &cfg) {
14
QMimeType mime = mimeDb.mimeTypeForData(m_data);
15
16
if (isAnimatableMimeType(mime)) {
17
- qDebug() << "is gif type";
18
m_loader = std::make_unique<AnimatedIODeviceImageLoader>(m_data);
19
} else {
20
m_loader = std::make_unique<StaticIODeviceImageLoader>(m_data);
0 commit comments