Remove commented printf : Missed: (%.3f, %.3f, %.3f)\n

This commit is contained in:
Akkadius 2015-01-20 01:33:29 -06:00
parent cfe4aeb289
commit db5778916e

View File

@ -97,7 +97,6 @@ void repair_a_high_waypoint(Map *map, PathNode *it) {
}
} else {
z_no_map_count++;
//printf("Missed: (%.3f, %.3f, %.3f)\n", it->x, it->y, it->z);
}
}