From 43c391d91acfaa16f226b4b8dd467e5cde027c23 Mon Sep 17 00:00:00 2001 From: Flavio Tordini Date: Mon, 14 Sep 2015 11:08:51 +0200 Subject: [PATCH] Removed debug statement --- src/video.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video.cpp b/src/video.cpp index 2a05f07..f7b3107 100644 --- a/src/video.cpp +++ b/src/video.cpp @@ -103,7 +103,6 @@ void Video::setThumbnail(const QByteArray &bytes) { const int thumbWidth = 160 * ratio; if (m_thumbnail.width() > thumbWidth) m_thumbnail = m_thumbnail.scaledToWidth(thumbWidth, Qt::SmoothTransformation); - qDebug() << __PRETTY_FUNCTION__ << m_thumbnail.size(); emit gotThumbnail(); } -- 2.39.2