Remove forgotton debug print statement

This commit is contained in:
Neil Burrows 2020-12-04 18:11:06 +00:00
parent 1506d36729
commit 84b4d764b6

View File

@ -173,7 +173,6 @@ end sub
'Hide backdrop and icon when poster loaded
sub onPosterLoadStatusChanged()
if m.itemPoster.loadStatus = "ready" and m.itemPoster.uri <> "" then
print m.itemText.text + " image ready - hiding blue"
m.backdrop.visible = false
m.itemIcon.visible = false
else