Skip to content

Commit 3344fc1

Browse files
fix: node runtime plugin global reg
1 parent 890fff8 commit 3344fc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/node/src/runtimePlugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ export default function () {
260260
const globalThisVal = new Function('return globalThis')();
261261
// use normal global assignment
262262
globalThisVal[chunkId] = enhancedRemote;
263-
console.log('adding remote', chunkId);
264263
callback(enhancedRemote);
265264
})
266265
.catch(function (error) {

0 commit comments

Comments
 (0)