remove logs
This commit is contained in:
@ -553,8 +553,6 @@ def LocationInBound(request):
|
||||
|
||||
logger.debug(f"Number of locations found: {len(locs)}")
|
||||
|
||||
print(f"====== {len(locs)} check points is loaded.. ======")
|
||||
|
||||
if len(locs) > 200:
|
||||
return JsonResponse({"too_many_points": True}, safe=False, status=500)
|
||||
else:
|
||||
@ -604,7 +602,6 @@ def LocationInBound2(request):
|
||||
logger.debug(f"Final query: {base_query.query}")
|
||||
locs = base_query
|
||||
logger.debug(f"Number of locations found: {len(locs)}")
|
||||
print(f"====== {len(locs)} check points is loaded.. ======")
|
||||
|
||||
if len(locs) > 200:
|
||||
return JsonResponse({"too_many_points": True}, safe=False, status=500)
|
||||
@ -663,8 +660,6 @@ def LocationInBound_orig(request):
|
||||
|
||||
logger.debug(f"Number of locations found: {len(locs)}")
|
||||
|
||||
|
||||
print(f"====== {len(locs)} check points is loaded.. ======")
|
||||
'''
|
||||
if(cat):
|
||||
if is_rog:
|
||||
|
||||
Reference in New Issue
Block a user