Skip to content

Commit

Permalink
chore: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Aug 26, 2020
1 parent 281c98b commit fdcba6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,4 @@ function installAppVersion(uid, d2) {
})
}

console.log(actions)

export default actions
2 changes: 0 additions & 2 deletions src/components/SelfUpdateNoticeBox.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ export const SelfUpdateNoticeBox = ({ appHub }) => {
}

const upgradeSelf = async () => {
console.log('Upgrading to ', targetVersion.version)
await actions.installAppVersion([targetVersion.id]).toPromise()

setTimeout(() => location.reload(), 500)
}
return (
Expand Down

0 comments on commit fdcba6c

Please sign in to comment.