From 1970e4280a8bba8137f49ec970b1ead73cf9ac3b Mon Sep 17 00:00:00 2001 From: carson Date: Tue, 22 Dec 2020 18:15:03 -0700 Subject: [PATCH] remove bad console.log --- src/htmx.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/htmx.js b/src/htmx.js index b981c89c..36fd60c5 100644 --- a/src/htmx.js +++ b/src/htmx.js @@ -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);