Skip to content

Commit 76325bd

Browse files
committed
plugin: remove debug
1 parent 0391778 commit 76325bd

File tree

1 file changed

+0
-1
lines changed
  • packages/babel-plugin-hot-reload

1 file changed

+0
-1
lines changed

packages/babel-plugin-hot-reload/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ function hotRegister(name, content) {
9191
}
9292

9393
function hotDeclare(path) {
94-
console.log('replacing', path.node.id);
9594
path.replaceWith({
9695
type: 'VariableDeclarator',
9796
id: {

0 commit comments

Comments
 (0)