remove stray log statement
This commit is contained in:
parent
6042026c87
commit
61485d38b5
|
@ -11,7 +11,6 @@ export default function NotificationPage ({ ssrData }) {
|
|||
const client = useApolloClient()
|
||||
|
||||
useEffect(() => {
|
||||
console.log('clearing notifications')
|
||||
client?.writeQuery({
|
||||
query: HAS_NOTIFICATIONS,
|
||||
data: {
|
||||
|
|
Loading…
Reference in New Issue