Skip to content
Snippets Groups Projects
Commit bb31d767 authored by Neda Moeini's avatar Neda Moeini
Browse files

Removed extra lines regarding my local tests.

parent 3fec93d9
Branches
Tags
1 merge request!37Feature/dboard3 921
import logging
import time
import requests
from flask import current_app
......@@ -112,7 +111,6 @@ def load_routers_from_orchestrator() -> dict:
"""
routers = {}
response = make_request(body={'query': query})
print(time.time())
try:
devices = response['data']['subscriptions']['page']
except (TypeError, KeyError):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment