Removed dead code and a spammy log message.

This commit is contained in:
Joseph Lenox 2018-05-12 13:38:41 -05:00
parent a49ab1549d
commit b88d36c391

View File

@ -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;