Skip to content

Commit

Permalink
refactor: remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
leegeunhyeok committed Oct 9, 2023
1 parent 582a966 commit 2f5d825
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/lib/bundler/bundler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ export class ReactNativeEsbuildBundler extends BundlerEventEmitter {
const buildTaskId = context.id;
const targetTask = this.buildTasks.get(buildTaskId);
this.assertBuildTask(targetTask);
logger.debug(buildTaskId.toString());
logger.debug(`reset task (id: ${buildTaskId})`, {
buildCount: targetTask.buildCount,
});
Expand Down

0 comments on commit 2f5d825

Please sign in to comment.