remove stray log statement

This commit is contained in:
keyan 2023-08-30 20:08:38 -05:00
parent 6042026c87
commit 61485d38b5
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ export default function NotificationPage ({ ssrData }) {
const client = useApolloClient()
useEffect(() => {
console.log('clearing notifications')
client?.writeQuery({
query: HAS_NOTIFICATIONS,
data: {