diff --git a/utils/deprecated/apathing/actions.cpp b/utils/deprecated/apathing/actions.cpp index da17a84bf..c7ab07404 100644 --- a/utils/deprecated/apathing/actions.cpp +++ b/utils/deprecated/apathing/actions.cpp @@ -274,7 +274,6 @@ void break_long_lines(list &db_paths) { if(len2 < cutlen2) continue; -//printf("Cut (%.3f,%.3f,%.3f) -> (%.3f,%.3f,%.3f) d2=%.3f\n", e->from->x, e->from->y, e->from->z, e->to->x, e->to->y, e->to->z, len2); float len = sqrt(len2); v1.x = (e->to->x - e->from->x)/len;