summaryrefslogtreecommitdiff
path: root/src/path_finder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/path_finder.cpp')
-rw-r--r--src/path_finder.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/path_finder.cpp b/src/path_finder.cpp
index ab8126a..4ace89d 100644
--- a/src/path_finder.cpp
+++ b/src/path_finder.cpp
@@ -46,8 +46,6 @@ void path_finder_t::eliminate_nodes(rectf_t bounds)
rect_t<coord_t, 2> index_bounds;
tile_index_t index;
- std::cout << "eliminate " << bounds << "\n";
-
index_bounds[0] = tile_index_t(bounds[0].floor()) - base;
index_bounds[1] = tile_index_t(bounds[1].ceil()) - base;