Remove a bunch of leftover debug prints

This commit is contained in:
miruka 2020-09-02 13:41:31 -04:00
parent f5cb3ecaa0
commit d8c006a8c8
3 changed files with 1 additions and 3 deletions

View File

@ -187,6 +187,6 @@ TextArea {
HTextContextMenu {
id: contextMenu
enableCustomImagePaste: textArea.enableCustomImagePaste
onCustomImagePaste: print("foo") || textArea.customImagePaste()
onCustomImagePaste: textArea.customImagePaste()
}
}

View File

@ -86,7 +86,6 @@ HMxcImage {
gesturePolicy: TapHandler.ReleaseWithinBounds
onTapped: {
print(loader.mediaUrl, loader.singleMediaInfo.media_http_url)
if (eventList.selectedCount) {
eventDelegate.toggleChecked()
return

View File

@ -397,7 +397,6 @@ Rectangle {
function isAnimated(event, forLink="") {
const link = forLink || event.media_url
print(forLink, "-", link)
return (
event.media_mime === "image/gif" ||