Remove useless output

This commit is contained in:
John Gibbon 2021-01-19 22:43:12 +01:00
parent 117e7e9310
commit b6468ec924

View file

@ -32,7 +32,6 @@ Item {
onPhotoChanged: setImageFile()
function setImageFile() {
console.log("TDLibPhoto minithumb?", !!tdLibPhoto.photo.minithumbnail, minithumbnailLoader.active)
if (photo) {
var photoSize;
for (var i = 0; i < photo.sizes.length; i++) {