Skip to content

Commit

Permalink
reduce console messages
Browse files Browse the repository at this point in the history
  • Loading branch information
kepper committed Feb 2, 2024
1 parent b5018fc commit b69937c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/octokit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const mutations = {
userAgent: 'facsimile-explorer/v0.0.2',
log: console.debug
})
console.log(31, state.octokit)
// console.log(31, state.octokit)
if (state.auth) {
state.octokit.users.getAuthenticated().then(({ data }) => {
state.user = data
Expand All @@ -131,7 +131,7 @@ const mutations = {
state.user = {}
if (remove) remove()
}
console.log(32)
// console.log(32)
} catch (err) {
console.error('authentication failed!', err)
state.auth = ''
Expand Down

0 comments on commit b69937c

Please sign in to comment.