We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db122d7 commit e1d2621Copy full SHA for e1d2621
sdk/nextjs/src/common/invalidateConfig.ts
@@ -12,7 +12,6 @@ export const invalidateConfig = async (
12
)
13
return
14
}
15
- console.log('Invalidating old DevCycle cached config')
16
revalidateTag(sdkToken)
17
if (userId) {
18
revalidateTag(userId)
0 commit comments