Remove a bunch of leftover debug prints
This commit is contained in:
@@ -86,7 +86,6 @@ HMxcImage {
|
||||
gesturePolicy: TapHandler.ReleaseWithinBounds
|
||||
|
||||
onTapped: {
|
||||
print(loader.mediaUrl, loader.singleMediaInfo.media_http_url)
|
||||
if (eventList.selectedCount) {
|
||||
eventDelegate.toggleChecked()
|
||||
return
|
||||
|
@@ -397,7 +397,6 @@ Rectangle {
|
||||
|
||||
function isAnimated(event, forLink="") {
|
||||
const link = forLink || event.media_url
|
||||
print(forLink, "-", link)
|
||||
|
||||
return (
|
||||
event.media_mime === "image/gif" ||
|
||||
|
Reference in New Issue
Block a user