Skip to content

Commit 4885cc6

Browse files
committed
chore: cleanup debug code
1 parent 59b80ac commit 4885cc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tusc.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ tus-config() # $1 = key, $2 = value
9696
locate() # $1 = HOST, $2 = key
9797
{
9898
loc=$(tus-config ".[\"$2\"].\"loc$1\"") lloc=""
99-
echo "loc=$loc | host=$1/"
10099
[[ "$loc" == "null" ]] && lloc=$(tus-config ".[\"$2\"].location?") \
101100
&& [[ $lloc == *"$1/"* ]] && loc=$lloc && tus-config ".[\"$2\"].\"loc$1\"" "$loc"
102101
echo $loc

0 commit comments

Comments
 (0)