mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +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) {
|
||||
if (!bodyContains(elt)) {
|
||||
console.log("Body does not contain", elt);
|
||||
return; // do not issue requests for elements removed from the DOM
|
||||
}
|
||||
var target = getTarget(elt);
|
||||
|
Loading…
x
Reference in New Issue
Block a user