Skip to content

Commit

Permalink
fix(core): remove log during migrate (#9935)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Apr 21, 2022
1 parent 21d5dd1 commit f98459e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nx/src/command-line/migrate.ts
Expand Up @@ -804,7 +804,6 @@ async function isMigratingToNewMajor(from: string, to: string) {
if (!valid(to)) {
to = await resolvePackageVersionUsingRegistry('nx', to);
}
console.log({ from, to });
return major(from) < major(to);
}

Expand Down

0 comments on commit f98459e

Please sign in to comment.