Remove a bunch of leftover debug prints
This commit is contained in:
parent
f5cb3ecaa0
commit
d8c006a8c8
|
@ -187,6 +187,6 @@ TextArea {
|
||||||
HTextContextMenu {
|
HTextContextMenu {
|
||||||
id: contextMenu
|
id: contextMenu
|
||||||
enableCustomImagePaste: textArea.enableCustomImagePaste
|
enableCustomImagePaste: textArea.enableCustomImagePaste
|
||||||
onCustomImagePaste: print("foo") || textArea.customImagePaste()
|
onCustomImagePaste: textArea.customImagePaste()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -86,7 +86,6 @@ HMxcImage {
|
||||||
gesturePolicy: TapHandler.ReleaseWithinBounds
|
gesturePolicy: TapHandler.ReleaseWithinBounds
|
||||||
|
|
||||||
onTapped: {
|
onTapped: {
|
||||||
print(loader.mediaUrl, loader.singleMediaInfo.media_http_url)
|
|
||||||
if (eventList.selectedCount) {
|
if (eventList.selectedCount) {
|
||||||
eventDelegate.toggleChecked()
|
eventDelegate.toggleChecked()
|
||||||
return
|
return
|
||||||
|
|
|
@ -397,7 +397,6 @@ Rectangle {
|
||||||
|
|
||||||
function isAnimated(event, forLink="") {
|
function isAnimated(event, forLink="") {
|
||||||
const link = forLink || event.media_url
|
const link = forLink || event.media_url
|
||||||
print(forLink, "-", link)
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
event.media_mime === "image/gif" ||
|
event.media_mime === "image/gif" ||
|
||||||
|
|
Loading…
Reference in New Issue
Block a user