From 56542cf54ec047af872e5b1d1a5d31ad3f968606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Mon, 11 Dec 2017 01:08:08 +0100 Subject: [PATCH] remove todo because it was done --- src/c3nav/routing/router.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/c3nav/routing/router.py b/src/c3nav/routing/router.py index 97c1643b..59088009 100644 --- a/src/c3nav/routing/router.py +++ b/src/c3nav/routing/router.py @@ -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))