diff options
author | 2022-04-06 23:38:32 -0700 | |
---|---|---|
committer | 2022-04-06 23:38:32 -0700 | |
commit | 70b1beb18bceca415f167e01e251327c702ee476 (patch) | |
tree | 8749f88d9071a9711885861b022b516df2e8f36b /src | |
parent | 964aa40612bdc8c570c557185988d08fce712849 (diff) | |
download | bun-70b1beb18bceca415f167e01e251327c702ee476.tar.gz bun-70b1beb18bceca415f167e01e251327c702ee476.tar.zst bun-70b1beb18bceca415f167e01e251327c702ee476.zip |
Update hmr.ts
Diffstat (limited to 'src')
-rw-r--r-- | src/runtime/hmr.ts | 1 |
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(); |