From 7817384e3c11df4196420c03370e0be3a5ad2251 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 30 Jun 2014 11:53:36 +0200 Subject: [PATCH] remove debug call --- DataStructures/StaticRTree.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/DataStructures/StaticRTree.h b/DataStructures/StaticRTree.h index ce306ad17..567056b98 100644 --- a/DataStructures/StaticRTree.h +++ b/DataStructures/StaticRTree.h @@ -838,15 +838,6 @@ class StaticRTree PhantomNode &result_phantom_node, const unsigned zoom_level) { - - std::vector result_phantom_node_vector; - IncrementalFindPhantomNodeForCoordinate(input_coordinate, result_phantom_node_vector, zoom_level, 2); - // if (!result_phantom_node_vector.empty()) - // { - // result_phantom_node = result_phantom_node_vector.front(); - // } - // return !result_phantom_node_vector.empty(); - const bool ignore_tiny_components = (zoom_level <= 14); EdgeDataT nearest_edge;