mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
no poe console spam
This commit is contained in:
@@ -371,10 +371,10 @@ class Client {
|
||||
|
||||
this.formkey = extractFormKey(r.data);
|
||||
this.viewer = nextData.props.pageProps.payload?.viewer || nextData.props.pageProps.data?.viewer;
|
||||
console.log('PAYLOAD')
|
||||
console.log(nextData.props.pageProps.payload)
|
||||
console.log('DATA')
|
||||
console.log(nextData.props.pageProps.data)
|
||||
//console.log('PAYLOAD')
|
||||
//console.log(nextData.props.pageProps.payload)
|
||||
//console.log('DATA')
|
||||
//console.log(nextData.props.pageProps.data)
|
||||
|
||||
return nextData;
|
||||
}
|
||||
|
Reference in New Issue
Block a user