Skip to content

Commit 48b3e78

Browse files
committed
remove debug printf
1 parent 64966d6 commit 48b3e78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utility/secret-utils.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ function promptForSecret() {
130130

131131
while IFS= read -r -s -n 1 promptForSecret_char; do
132132
if [[ $promptForSecret_char == $'\0' || $promptForSecret_char == $'\n' ]]; then
133-
printf "break"
134133
break
135134
fi
136135

0 commit comments

Comments
 (0)