1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-28 21:32:36 +01:00

Drop long response logging

This commit is contained in:
aclist 2022-09-27 09:43:31 +09:00
parent fda6724776
commit c9391352b5

View file

@ -1046,8 +1046,6 @@ server_browser(){
echo "Found: $debug_len" >> $debug_log
echo "Response follows---->" >> $debug_log
echo "$debug_res" >> $debug_log
echo "Long response follows---->" >> $debug_log
echo "$response" >> $debug_log
echo "======END DEBUG======" >> $debug_log
local sel=$(munge_servers)
if [[ -z $sel ]]; then