Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
miunau committed Jan 6, 2025
1 parent 0c644f9 commit 00df821
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/providers/KeePass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export class KeePassProvider extends SecretProvider {
const response = await this.cli.run(`keepassxc-cli show -a "${attribute}" "${dbPath}" "${entryName}"`, {
password: password,
passwordPrompt: 'Enter password to unlock',
debug: true
});

if (response.state !== 'ok') {
Expand Down

0 comments on commit 00df821

Please sign in to comment.