summary refs log tree commit diff
path: root/src/ui
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-01-02 23:50:08 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-01-03 04:00:21 +0100
commit6d4ff70b4896a90a6b7e8346729c0cf7e99ddef6 (patch)
tree0c38f6a23d3cda362dd0f7c9b80248f8a2130d8e /src/ui
parentPossibly fix crash on accepting invites (diff)
downloadnheko-6d4ff70b4896a90a6b7e8346729c0cf7e99ddef6.tar.xz
Add minimum scale in image viewer
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/MxcAnimatedImage.cpp2
1 files changed, 0 insertions, 2 deletions
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) {