Skip to content

Commit 5b018e9

Browse files
committed
chore: remove console profile
1 parent 9e34ba7 commit 5b018e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/rspack/src/Compiler.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,12 +703,10 @@ class Compiler {
703703
return callback?.(error);
704704
}
705705
if (!this.#initial) {
706-
console.profile(`rspack-rebuild-${this.name}`);
707706
instance!.rebuild(
708707
Array.from(this.modifiedFiles || []),
709708
Array.from(this.removedFiles || []),
710709
error => {
711-
console.profileEnd(`rspack-rebuild-${this.name}`);
712710
if (error) {
713711
return callback?.(error);
714712
}

0 commit comments

Comments
 (0)