Skip to content

Commit e1d2621

Browse files
fix: remove leftover console.log from invalidateConfig (#994)
1 parent db122d7 commit e1d2621

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/nextjs/src/common/invalidateConfig.ts

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export const invalidateConfig = async (
1212
)
1313
return
1414
}
15-
console.log('Invalidating old DevCycle cached config')
1615
revalidateTag(sdkToken)
1716
if (userId) {
1817
revalidateTag(userId)

0 commit comments

Comments
 (0)