From aca97745cf89ea34f71899ccb45f1d0bee728041 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 8 Feb 2024 17:28:18 +0000 Subject: remove debug --- typr.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/typr.sh b/typr.sh index 3c87749..4c46d12 100755 --- a/typr.sh +++ b/typr.sh @@ -151,7 +151,6 @@ typr_generate_text () { text="$(printf "%s " $(printf "%s\n" $words | shuf -n $wordcount))" text="${text% }" - printf "%s" "$text" > TEXTIS text="$(typr_wrap_text)" } @@ -178,7 +177,7 @@ typr_update_acc () { e="${e#?}" [ "$ct" = "$ce" ] && correct_kp=$((correct_kp+1)) - total_kp=$((total_kp+1)) + total_kp=$((total_kp+1)) done export correct_kp total_kp } -- cgit v1.2.1