Skip to content

Commit 3840873

Browse files
Drop debug log in autoupgrade local-skip path
1 parent b6b849e commit 3840873

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/cli-kit/src/public/node/upgrade.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export async function runCLIUpgrade(options: RunCLIUpgradeOptions = {}): Promise
8080
// and produce noisy diffs; explicit `shopify upgrade` invocations still upgrade the
8181
// local project.
8282
if (options.autoupgrade && !isGlobal) {
83-
outputDebug('Auto-upgrade: Skipping project-local upgrade triggered by the postrun hook.')
8483
return
8584
}
8685

0 commit comments

Comments
 (0)