Remove erronenously included console.log

This commit is contained in:
Chandler Swift 2024-02-02 03:26:19 -06:00
parent b86fadf426
commit 0c6f056543
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -20,8 +20,8 @@ const allStates = {
...castleRockStates,
...travelIqStates,
'Alabama': al,
}
console.log(allStates, castleRockStates, travelIqStates);
};
let dot_cams = {
name: "State DOT Cameras",
details: `<a href="#" onclick="this.closest('details').querySelectorAll('ul li input').forEach(e => e.checked || e.click()); return false;">Enable All</a>`,