Skip to content

Commit 26744e6

Browse files
committed
Remove registry login logs from onLog, not useful
1 parent fe0a507 commit 26744e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cli-v3/src/deploy/buildImage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ async function localBuildImage(options: SelfHostedBuildImageOptions): Promise<Bu
469469
for await (const line of loginProcess) {
470470
errors.push(line);
471471
logger.debug(line);
472-
options.onLog?.(line);
473472
}
474473

475474
if (loginProcess.exitCode !== 0) {

0 commit comments

Comments
 (0)