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()
|
onPhotoChanged: setImageFile()
|
||||||
|
|
||||||
function setImageFile() {
|
function setImageFile() {
|
||||||
console.log("TDLibPhoto minithumb?", !!tdLibPhoto.photo.minithumbnail, minithumbnailLoader.active)
|
|
||||||
if (photo) {
|
if (photo) {
|
||||||
var photoSize;
|
var photoSize;
|
||||||
for (var i = 0; i < photo.sizes.length; i++) {
|
for (var i = 0; i < photo.sizes.length; i++) {
|
||||||
|
|
Loading…
Reference in a new issue