Skip to content

Commit

Permalink
fix: remove leftover console.log from invalidateConfig (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalkapasi authored Nov 15, 2024
1 parent db122d7 commit e1d2621
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/nextjs/src/common/invalidateConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const invalidateConfig = async (
)
return
}
console.log('Invalidating old DevCycle cached config')
revalidateTag(sdkToken)
if (userId) {
revalidateTag(userId)
Expand Down

0 comments on commit e1d2621

Please sign in to comment.