mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 06:49:37 +02:00
Remove printing in backend
This commit is contained in:
parent
82040d5c85
commit
0616fe19f3
2 changed files with 0 additions and 2 deletions
|
@ -1145,7 +1145,6 @@ class ReverseGeocodeViewSet(viewsets.ViewSet):
|
|||
region = Region.objects.filter(id=iso_code).first()
|
||||
visited_region = VisitedRegion.objects.filter(region=region).first()
|
||||
is_visited = False
|
||||
print(iso_code)
|
||||
country_code = iso_code[:2]
|
||||
|
||||
if region:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue