Skip to content

Commit 5b42cf8

Browse files
committed
🔇 removed unnecessecary logs
1 parent ed4d2e8 commit 5b42cf8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ function viteHTMLIncludes(options = {}) {
105105
if (localsString) {
106106
try {
107107
locals = JSON.parse(localsString);
108-
console.log(locals);
109108
} catch (e) {
110109
console.error(`Error parsing locals JSON: ${localsString}`, e);
111110
}

0 commit comments

Comments
 (0)