We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6e181 commit d76d65aCopy full SHA for d76d65a
tests/utils/next-version-helpers.mjs
@@ -101,11 +101,6 @@ export async function setNextVersionInFixture(
101
const versionConstraint = packageJson.test?.dependencies?.next
102
// We can't use semver to check "canary" or "latest", so we use a fake future minor version
103
const checkVersion = isSemverVersion ? resolvedVersion : FUTURE_NEXT_PATCH_VERSION
104
- console.log({
105
- checkVersion,
106
- versionConstraint,
107
- isNextCanary: isNextCanary(),
108
- })
109
if (
110
operation === 'update' &&
111
versionConstraint &&
0 commit comments