wayland: Remove leftover debug message

main
Frank Praznik 2023-07-06 13:56:22 -04:00
parent d28e9960ce
commit 1bf7898ddf
1 changed files with 0 additions and 1 deletions

View File

@ -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 = {