no poe console spam

This commit is contained in:
RossAscends
2023-06-29 14:10:16 +09:00
parent ebb93451b2
commit 5ab4179920

View File

@@ -371,10 +371,10 @@ class Client {
this.formkey = extractFormKey(r.data); this.formkey = extractFormKey(r.data);
this.viewer = nextData.props.pageProps.payload?.viewer || nextData.props.pageProps.data?.viewer; this.viewer = nextData.props.pageProps.payload?.viewer || nextData.props.pageProps.data?.viewer;
console.log('PAYLOAD') //console.log('PAYLOAD')
console.log(nextData.props.pageProps.payload) //console.log(nextData.props.pageProps.payload)
console.log('DATA') //console.log('DATA')
console.log(nextData.props.pageProps.data) //console.log(nextData.props.pageProps.data)
return nextData; return nextData;
} }