From 47f83247e46ed266aeba4b33a3cf96b7674396b6 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Mon, 6 Jul 2020 16:19:11 +0200 Subject: [PATCH] fixed weird formatting in catchall case removed debugging prints modified: bt --- bt | 1 - 1 file changed, 1 deletion(-) diff --git a/bt b/bt index 7d4512d..b2b7709 100755 --- a/bt +++ b/bt @@ -205,7 +205,6 @@ case $choice in echo "$choice" >> "$BLACKLIST" fi;; *) - echo "$choice" dev_no=$( echo "$paired_devices" | nl | grep -P "[0-9]+\t$choice$" | awk '{print $1}') [ "$dev_no" != "" ] && dev_id=$( echo "$bt_IDS" | nl | grep -P "^.*$dev_no\t" | awk '{print $2}') if [ -n "$dev_id" ]; then