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()
|
const client = useApolloClient()
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
console.log('clearing notifications')
|
|
||||||
client?.writeQuery({
|
client?.writeQuery({
|
||||||
query: HAS_NOTIFICATIONS,
|
query: HAS_NOTIFICATIONS,
|
||||||
data: {
|
data: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user