From d833ab1546b137be0035423ae76ad5839994b70d Mon Sep 17 00:00:00 2001 From: "yifan.wu" Date: Tue, 6 Dec 2022 12:00:34 +0800 Subject: [PATCH] ENH: remove redundant log Signed-off-by: yifan.wu Change-Id: Id18e366e05ca49740b781ccb5e5f88af61debf56 (cherry picked from commit 269e617faa20f47b2e27e9c24376c7c9c04e0cd0) --- src/libslic3r/GCode.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/libslic3r/GCode.cpp b/src/libslic3r/GCode.cpp index f7dc554d74..d29f144b92 100644 --- a/src/libslic3r/GCode.cpp +++ b/src/libslic3r/GCode.cpp @@ -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();