remove logging in tests by default, speeds them up more than 2X!

This commit is contained in:
carson 2020-05-25 23:17:43 -07:00
parent 874fae084b
commit 90ea4ebb61
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
/* Test Utilities */
htmx.logAll();
function byId(id) {
return document.getElementById(id);
}

View File

@ -1,7 +1,5 @@
/* Test Utilities */
htmx.logAll();
function byId(id) {
return document.getElementById(id);
}