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)