Remove log

This commit is contained in:
Paul Frazee
2023-04-21 18:54:13 -05:00
parent f0c2846009
commit 576e65fd0e
-1
View File
@@ -186,7 +186,6 @@ export class MeModel {
await this.rootStore.agent.com.atproto.server.listAppPasswords({})
runInAction(() => {
this.appPasswords = res.data.passwords
console.log('app passwords', res.data.passwords)
})
} catch (e) {
this.rootStore.log.error('Failed to fetch user app passwords', e)