From 1bf7898ddf1e0d6a6dd391614fd86f3731349fe2 Mon Sep 17 00:00:00 2001
From: Frank Praznik <[EMAIL REDACTED]>
Date: Thu, 6 Jul 2023 13:56:22 -0400
Subject: [PATCH] wayland: Remove leftover debug message
---
src/video/wayland/SDL_waylandwindow.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/video/wayland/SDL_waylandwindow.c b/src/video/wayland/SDL_waylandwindow.c
index dbbf68c30b2e..974dcd6a053c 100644
--- a/src/video/wayland/SDL_waylandwindow.c
+++ b/src/video/wayland/SDL_waylandwindow.c
@@ -1252,7 +1252,6 @@ static void handle_preferred_fractional_scale(void *data, struct wp_fractional_s
{
const float factor = scale / 120.; /* 120 is a magic number defined in the spec as a common denominator */
Wayland_HandlePreferredScaleChanged(data, factor);
- SDL_Log("Scale reported");
}
static const struct wp_fractional_scale_v1_listener fractional_scale_listener = {