ENH: remove redundant log

Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Id18e366e05ca49740b781ccb5e5f88af61debf56
(cherry picked from commit 269e617faa20f47b2e27e9c24376c7c9c04e0cd0)
This commit is contained in:
yifan.wu 2022-12-06 12:00:34 +08:00 committed by Lane.Wei
parent 7a0e0f9f55
commit d833ab1546

View file

@ -3833,11 +3833,6 @@ std::string GCode::travel_to(const Point &point, ExtrusionRole role, std::string
//if (needs_retraction && m_layer_index > 1) exit(0);
}
if (lift_type == LiftType::LazyLift)
printf("lazy lift\n");
else if (lift_type == LiftType::SpiralLift)
printf("spiral lift\n");
// Re-allow reduce_crossing_wall for the next travel moves
m_avoid_crossing_perimeters.reset_once_modifiers();