diff --git a/main.cpp b/main.cpp index 26016ac..2e24203 100644 --- a/main.cpp +++ b/main.cpp @@ -102,8 +102,7 @@ int main (int argc, char **argv) } } - // TODO: sort here, once and for all? xD - //sortPoints(points); + // debug print points for (Point& pt : points) { std::cout << "pt: " << pt.x() << ", " << pt.y() << std::endl;