mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-03 15:55:39 +00:00
remove bad console.log
This commit is contained in:
parent
f9c757bd9a
commit
1970e4280a
@ -1819,7 +1819,6 @@ return (function () {
|
|||||||
|
|
||||||
function issueAjaxRequest(elt, verb, path, eventTarget, triggeringEvent) {
|
function issueAjaxRequest(elt, verb, path, eventTarget, triggeringEvent) {
|
||||||
if (!bodyContains(elt)) {
|
if (!bodyContains(elt)) {
|
||||||
console.log("Body does not contain", elt);
|
|
||||||
return; // do not issue requests for elements removed from the DOM
|
return; // do not issue requests for elements removed from the DOM
|
||||||
}
|
}
|
||||||
var target = getTarget(elt);
|
var target = getTarget(elt);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user