remove todo because it was done

This commit is contained in:
Laura Klünder 2017-12-11 01:08:08 +01:00
parent 552c996fa7
commit 56542cf54e

View file

@ -291,7 +291,6 @@ class Router:
return self.spaces[min(level.spaces, key=lambda space: self.spaces[space].geometry.distance(point))]
def describe_custom_location(self, location):
# todo: location.request
return CustomLocationDescription(
space=self.space_for_point(location.level.pk, location,
self.get_restrictions(location.permissions))