Revert "Debug code"

This reverts commit 38445f31f4.
This commit is contained in:
Eric Bailey
2025-10-02 11:32:35 -05:00
parent 38445f31f4
commit 9abf028c85
-1
View File
@@ -322,7 +322,6 @@ class BskyAppAgent extends BskyAgent {
// Now the agent is ready. // Now the agent is ready.
const account = agentToSessionAccountOrThrow(this) const account = agentToSessionAccountOrThrow(this)
this.persistSessionHandler = event => { this.persistSessionHandler = event => {
console.log('persistSessionHandler', {event})
onSessionChange(this, account.did, event) onSessionChange(this, account.did, event)
if (event !== 'create' && event !== 'update') { if (event !== 'create' && event !== 'update') {
addSessionErrorLog(account.did, event) addSessionErrorLog(account.did, event)