aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/runtime/hmr.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/hmr.ts b/src/runtime/hmr.ts
index 12fba1c2e..50b580a0c 100644
--- a/src/runtime/hmr.ts
+++ b/src/runtime/hmr.ts
@@ -429,7 +429,6 @@ if (typeof window !== "undefined") {
update.node.tagName === "LINK" ||
update.node.tagName === "STYLE"
) {
- console.log("check");
// This might cause CSS specifity issues....
// I'm not 100% sure this is a safe operation
const sheet = new CSSStyleSheet();