From b88d36c391a42d9d44655f482129add0ab577bf0 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sat, 12 May 2018 13:38:41 -0500 Subject: [PATCH] Removed dead code and a spammy log message. --- src/GUI/Plater/Plate2D.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/GUI/Plater/Plate2D.cpp b/src/GUI/Plater/Plate2D.cpp index 598061be0..8bb97a1ba 100644 --- a/src/GUI/Plater/Plate2D.cpp +++ b/src/GUI/Plater/Plate2D.cpp @@ -143,10 +143,8 @@ void Plate2D::clean_instance_thumbnails() { } void Plate2D::mouse_drag(wxMouseEvent& e) { - const auto pos {e.GetPosition()}; const auto& point {this->point_to_model_units(e.GetPosition())}; if (e.Dragging()) { - Slic3r::Log::info(LogChannel, L"Mouse dragging"); this->Refresh(); } else { auto cursor = wxSTANDARD_CURSOR;