mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +01:00
Drop long response logging
This commit is contained in:
parent
fda6724776
commit
c9391352b5
1 changed files with 0 additions and 2 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -1046,8 +1046,6 @@ server_browser(){
|
||||||
echo "Found: $debug_len" >> $debug_log
|
echo "Found: $debug_len" >> $debug_log
|
||||||
echo "Response follows---->" >> $debug_log
|
echo "Response follows---->" >> $debug_log
|
||||||
echo "$debug_res" >> $debug_log
|
echo "$debug_res" >> $debug_log
|
||||||
echo "Long response follows---->" >> $debug_log
|
|
||||||
echo "$response" >> $debug_log
|
|
||||||
echo "======END DEBUG======" >> $debug_log
|
echo "======END DEBUG======" >> $debug_log
|
||||||
local sel=$(munge_servers)
|
local sel=$(munge_servers)
|
||||||
if [[ -z $sel ]]; then
|
if [[ -z $sel ]]; then
|
||||||
|
|
Loading…
Reference in a new issue