Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-schwartz-k committed Jul 24, 2023
1 parent 11a570f commit 953b008
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/secret.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function TextWithSave(props: INewSecretProps) {
}

const handleSaveDialog: ISecretDialogProps['handleSave'] = (secret) => {
console.log('🚀 XXXXXX ~ file: secret.tsx:43 ~ TextWithSave ~ secret:', secret)
SecretManager.saveSecret(secret)
setIsDialogOpen(false)
}
Expand Down

0 comments on commit 953b008

Please sign in to comment.