removed geo search code, moved it to geosearch branch
This commit is contained in:
@@ -51,7 +51,6 @@ def track_user(request):
|
||||
"""
|
||||
try:
|
||||
data = json.loads(request.body)
|
||||
# import ipdb; ipdb.set_trace()
|
||||
|
||||
if data.get('geo'):
|
||||
coordinates = (data['geo'].get('latitude'), data['geo'].get('longitude'))
|
||||
|
||||
Reference in New Issue
Block a user