Browse Source

remove unused print

devel
Dmitry Novikov 7 years ago
parent
commit
7b0894f5b3
  1. 1
      abonapp/views.py

1
abonapp/views.py

@ -732,7 +732,6 @@ def abon_ping(request, gid: int, uname):
} }
if isinstance(ping_result, tuple): if isinstance(ping_result, tuple):
received, sent = ping_result received, sent = ping_result
print(ping_result)
if received == 0: if received == 0:
ping_result = mngr.ping(ip, arp=True) ping_result = mngr.ping(ip, arp=True)
if ping_result is not None and isinstance(ping_result, tuple): if ping_result is not None and isinstance(ping_result, tuple):

Loading…
Cancel
Save