Skip to content

Commit 576ea04

Browse files
committed
chore: remove noisy log
1 parent 8e34edb commit 576ea04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vicinae/src/ui/image/io-image-loader.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ void IODeviceImageLoader::render(const RenderConfig &cfg) {
1414
QMimeType mime = mimeDb.mimeTypeForData(m_data);
1515

1616
if (isAnimatableMimeType(mime)) {
17-
qDebug() << "is gif type";
1817
m_loader = std::make_unique<AnimatedIODeviceImageLoader>(m_data);
1918
} else {
2019
m_loader = std::make_unique<StaticIODeviceImageLoader>(m_data);

0 commit comments

Comments
 (0)