From 57797faaccc5cbe0ca56cea2b56ebb55bf7edd31 Mon Sep 17 00:00:00 2001 From: Maia Everett Date: Mon, 22 Apr 2024 20:38:45 +0300 Subject: [PATCH] Remove debug output --- src/XIVLauncher.Core/DesktopEnvironment/DesktopHelpers.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/XIVLauncher.Core/DesktopEnvironment/DesktopHelpers.cs b/src/XIVLauncher.Core/DesktopEnvironment/DesktopHelpers.cs index 79a56b2f..9b26d53d 100644 --- a/src/XIVLauncher.Core/DesktopEnvironment/DesktopHelpers.cs +++ b/src/XIVLauncher.Core/DesktopEnvironment/DesktopHelpers.cs @@ -163,8 +163,6 @@ private static float GetXWaylandScaleFactor() while ((line = process.StandardOutput.ReadLine()) != null) { - Console.WriteLine("L {0}", line); - var match = XrdbRegex().Match(line); if (match != null && match.Success)