From 6d4ff70b4896a90a6b7e8346729c0cf7e99ddef6 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 2 Jan 2022 23:50:08 +0100 Subject: Add minimum scale in image viewer --- src/ui/MxcAnimatedImage.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ui') diff --git a/src/ui/MxcAnimatedImage.cpp b/src/ui/MxcAnimatedImage.cpp index 83787fff..b8e707bb 100644 --- a/src/ui/MxcAnimatedImage.cpp +++ b/src/ui/MxcAnimatedImage.cpp @@ -20,12 +20,10 @@ void MxcAnimatedImage::startDownload() { - nhlog::ui()->debug("START DOWNLOAD!!!"); if (!room_) return; if (eventId_.isEmpty()) return; - nhlog::ui()->debug("START DOWNLOAD2!!!"); auto event = room_->eventById(eventId_); if (!event) { -- cgit 1.5.1