remove logs

This commit is contained in:
2025-09-03 03:58:45 +09:00
parent bbd655955a
commit 3c28d33ebf
2 changed files with 2 additions and 5 deletions

View File

@ -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: