Remove some debugging code

This commit is contained in:
2022-09-06 12:18:58 +01:00
parent e90c151787
commit 9774da0d00
3 changed files with 8 additions and 9 deletions

View File

@@ -406,7 +406,6 @@ class DrilldownContextModal(APIView):
# for index, item in enumerate(results["object_list"]):
# results["object_list"][index]["time"] = item["time"]+"SSS"
unique = str(uuid.uuid4())[:8]
print("PARAMS", query_params)
context = {
"net": query_params["net"],
"channel": query_params["channel"],