Remove debugging from secret_generate

This commit is contained in:
3wc 2020-09-27 13:26:15 +02:00
parent 16292df5f6
commit 81e24b6f72
1 changed files with 0 additions and 2 deletions

2
abra
View File

@ -205,8 +205,6 @@ sub_secret_generate(){
success "Password: $PW"
echo "sub_secret_insert \"$SECRET\" \"$VERSION\" \"$PW\""
exit
sub_secret_insert "$SECRET" "$VERSION" "$PW"
}