diff --git a/applications/gui/src/screen.cpp b/applications/gui/src/screen.cpp
index ab205ae2b3cd1072251c428f8200a404f632f94e..c359e227d9be39ab98df2cd8e816323b6a0ecbef 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) {