Skip to content

Commit d76d65a

Browse files
committed
remove some debug log
1 parent 1c6e181 commit d76d65a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/utils/next-version-helpers.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ export async function setNextVersionInFixture(
101101
const versionConstraint = packageJson.test?.dependencies?.next
102102
// We can't use semver to check "canary" or "latest", so we use a fake future minor version
103103
const checkVersion = isSemverVersion ? resolvedVersion : FUTURE_NEXT_PATCH_VERSION
104-
console.log({
105-
checkVersion,
106-
versionConstraint,
107-
isNextCanary: isNextCanary(),
108-
})
109104
if (
110105
operation === 'update' &&
111106
versionConstraint &&

0 commit comments

Comments
 (0)