Skip to content

Commit 179d7da

Browse files
committed
fix: cache invalidation log
1 parent 5dfc6c4 commit 179d7da

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/rpc/src/utils/cache-invalidation.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,6 @@ export const invalidateWebsiteCaches = async (
8585
namespace: 'mini-charts',
8686
}).invalidateByKey(`mini-charts:public:${websiteId}`),
8787
]);
88-
89-
logger.info(
90-
'Caches invalidated',
91-
`All caches invalidated for website ${websiteId}${reason ? ` - ${reason}` : ''}`,
92-
{
93-
websiteId,
94-
userId,
95-
}
96-
);
9788
} catch (error) {
9889
logger.error(
9990
'Failed to invalidate caches',

0 commit comments

Comments
 (0)