OSDN Git Service

[remove] : Removed old codes
authorhayao <hayao@fascode.net>
Wed, 7 Apr 2021 07:49:01 +0000 (16:49 +0900)
committerhayao <hayao@fascode.net>
Wed, 7 Apr 2021 07:49:01 +0000 (16:49 +0900)
tools/msg.sh

index 3172468..4ee586d 100755 (executable)
@@ -290,10 +290,6 @@ echo_type() {
     if [[ "${nolabel}" = false ]]; then
         if [[ "${noadjust}" = false ]]; then
             yes "${adjust_chr}" 2> /dev/null  | head -n "$(( label_space - word_count))" | tr -d "\n"
-            #local i
-            #for i in $( seq 1 "$(( label_space - word_count))" ); do
-            #    echo -ne "${adjust_chr}"
-            #done
         fi
         text -c "${labelcolor}" "${msg_label}"
     fi