remove console logs

This commit is contained in:
carson 2022-02-13 20:51:14 -07:00
parent d1a0e4a1ee
commit 23008dc1ed

View File

@ -17,7 +17,7 @@ function interpolate(str) {
}
charArray.shift();
evalStr += " })()";
console.log("Evaling", evalStr);
// console.log("Evaling", evalStr);
returnStr += eval(evalStr);
} else {
returnStr += current;
@ -30,10 +30,10 @@ function initMockRequests() {
if(typeof MockRequests === "undefined" ||
typeof htmx === "undefined" ||
typeof _hyperscript === "undefined") {
console.log("Not defined yet");
// console.log("Not defined yet");
setTimeout(initMockRequests, 20);
} else {
console.log("defining");
// console.log("defining");
htmx.findAll("template").forEach(function(elt){
if(elt.getAttribute("url")){
MockRequests.setDynamicMockUrlResponse(elt.getAttribute("url"),