aboutsummaryrefslogtreecommitdiffstats
path: root/hlr_mgmt/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'hlr_mgmt/views.py')
-rw-r--r--hlr_mgmt/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/hlr_mgmt/views.py b/hlr_mgmt/views.py
index 9b5f2a1..98ff47a 100644
--- a/hlr_mgmt/views.py
+++ b/hlr_mgmt/views.py
@@ -205,7 +205,6 @@ def bsc_view(request):
if bsc.connected:
bsc_version = bsc.get_version()
bsc_network = bsc.get_network_info()
- print bsc_network
bsc_statistics = bsc.get_network_statistics()
bsc.close()
return {'bsc_version': bsc_version, 'bsc_network': bsc_network, 'bsc_statistics': bsc_statistics}