diff options
author | carson <carson@leaddyno.com> | 2020-05-25 23:17:57 -0700 |
---|---|---|
committer | carson <carson@leaddyno.com> | 2020-05-25 23:17:57 -0700 |
commit | 0f39143daa4bba3da5fc2374c4556e07d6b8daf9 (patch) | |
tree | 04f7f3107a12d994520671256141409a5dc43080 /src/ext/path-deps.js | |
parent | 90ea4ebb613e7aac5ea415d53f50d3f4323cfdd8 (diff) | |
download | htmx-0f39143daa4bba3da5fc2374c4556e07d6b8daf9.tar.gz htmx-0f39143daa4bba3da5fc2374c4556e07d6b8daf9.zip |
remove console.log
Diffstat (limited to 'src/ext/path-deps.js')
-rw-r--r-- | src/ext/path-deps.js | 1 |
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]"); |