Remove useless output
This commit is contained in:
parent
117e7e9310
commit
b6468ec924
1 changed files with 0 additions and 1 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Reference in a new issue