re-enabled loading recent messages concurrently

@pajlada please check if the code can stay commented out
This commit is contained in:
fourtf
2019-08-13 14:33:16 +02:00
parent 6274c05520
commit 18f3a816ed
3 changed files with 25 additions and 24 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ ImagePtr Image::fromUrl(const Url &url, qreal scale)
}
else
{
qDebug() << "same image loaded multiple times:" << url.string;
// qDebug() << "same image created multiple times:" << url.string;
}
return shared;