remove traces

This commit is contained in:
Jorge Morante 2020-01-05 12:20:53 +01:00
parent 7b90e7a2a9
commit be7e197178
2 changed files with 0 additions and 6 deletions

View File

@ -9,7 +9,6 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $CURRENT_DIR/hints.sh
source $CURRENT_DIR/utils.sh
source $CURRENT_DIR/help.sh
source $CURRENT_DIR/debug.sh
current_pane_id=$1
fingers_pane_id=$2

View File

@ -38,11 +38,6 @@ function show_hints() {
FINGERS_ALPHABET_DIR="$CURRENT_DIR/../alphabets/$FINGERS_KEYBOARD_LAYOUT/"
log "logging array begin"
log_array selected_hints[@]
log "logging array end"
log "join array: $(array_join ":" "${selected_hints[@]}")"
clear_screen "$fingers_pane_id"
get_stdin | FINGERS_SELECTED_HINTS="$(array_join ":" "${selected_hints[@]}")" FINGERS_COMPACT_HINTS="$compact_hints" FINGERS_ALPHABET_DIR="$FINGERS_ALPHABET_DIR" gawk -f $CURRENT_DIR/hinter.awk 3> $match_lookup_table
}