mirror of
https://github.com/aclist/dztui.git
synced 2025-04-02 02:23:01 +02:00
chore: drop logging
This commit is contained in:
parent
3c235e22ed
commit
ec0e276100
2 changed files with 1 additions and 3 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -590,7 +590,7 @@ fetch_helpers_by_sum(){
|
|||
["ui.py"]="121f27e51c945d78e97b77397d3c5173"
|
||||
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
|
||||
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
||||
["funcs"]="fd7c23e39a70099a7f0006afd8919508"
|
||||
["funcs"]="deaeb053822583329c0a77c7a048af4c"
|
||||
["lan"]="c62e84ddd1457b71a85ad21da662b9af"
|
||||
)
|
||||
local author="aclist"
|
||||
|
|
|
@ -787,8 +787,6 @@ test_ping(){
|
|||
local time
|
||||
local ip="$1"
|
||||
local qport="$2"
|
||||
log "$ip"
|
||||
log "$qport"
|
||||
res=$(a2s $ip $qport info)
|
||||
if [[ -z $res ]]; then
|
||||
time="Timed out"
|
||||
|
|
Loading…
Reference in a new issue