diff --git a/packages/core/lib/bundler/bundler.ts b/packages/core/lib/bundler/bundler.ts index cf0b1073..0992b31e 100644 --- a/packages/core/lib/bundler/bundler.ts +++ b/packages/core/lib/bundler/bundler.ts @@ -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, });