summaryrefslogtreecommitdiffstatshomepage
path: root/src/ext/path-deps.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/path-deps.js')
-rw-r--r--src/ext/path-deps.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ext/path-deps.js b/src/ext/path-deps.js
index 5eedced1..6c7bf4b4 100644
--- a/src/ext/path-deps.js
+++ b/src/ext/path-deps.js
@@ -19,7 +19,6 @@
onEvent: function (name, evt) {
if (name === "afterRequest.htmx") {
var xhr = evt.detail.xhr;
- console.log(xhr);
// mutating call
if (xhr.method !== "GET") {
var eltsWithDeps = htmx.findAll("[path-deps]");