Skip to content

Commit

Permalink
Merge branch 'chore/console-log-removed' into 'develop'
Browse files Browse the repository at this point in the history
chore(): removed console.log

See merge request papers/airgap/airgap-vault!239
  • Loading branch information
godenzim committed Feb 26, 2021
2 parents 8258b35 + 9d7e098 commit 18f9de7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/services/secrets/secrets.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ export class SecretsService {
return secureStorage
.getItem(secret.id)
.then((result) => {
console.log(result)
return result.value
})
.catch((error) => {
Expand Down

0 comments on commit 18f9de7

Please sign in to comment.