From d865b36a79ae22cfcd0ffc3553b57acf4e05ab20 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Mon, 11 Nov 2019 11:13:50 +0200 Subject: [PATCH] Remove log message --- applications/gui/src/screen.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/applications/gui/src/screen.cpp b/applications/gui/src/screen.cpp index ab205ae2b..c359e227d 100644 --- a/applications/gui/src/screen.cpp +++ b/applications/gui/src/screen.cpp @@ -382,7 +382,6 @@ bool ftl::gui::Screen::mouseMotionEvent(const Eigen::Vector2i &p, const Eigen::V return true; } else { if (camera_) { - LOG(INFO) << "BUTTON = " << button << ", MOD = " << modifiers; if (button == 1) { camera_->mouseMovement(rel[0], rel[1], button); } else if (button == 2) { -- GitLab