Remove a bunch of leftover debug prints
This commit is contained in:
parent
f5cb3ecaa0
commit
d8c006a8c8
|
@ -187,6 +187,6 @@ TextArea {
|
|||
HTextContextMenu {
|
||||
id: contextMenu
|
||||
enableCustomImagePaste: textArea.enableCustomImagePaste
|
||||
onCustomImagePaste: print("foo") || textArea.customImagePaste()
|
||||
onCustomImagePaste: textArea.customImagePaste()
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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" ||
|
||||
|
|
Loading…
Reference in New Issue
Block a user