Skip to content

Commit 57797fa

Browse files
committed
Remove debug output
1 parent 0926da4 commit 57797fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/XIVLauncher.Core/DesktopEnvironment/DesktopHelpers.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ private static float GetXWaylandScaleFactor()
163163

164164
while ((line = process.StandardOutput.ReadLine()) != null)
165165
{
166-
Console.WriteLine("L {0}", line);
167-
168166
var match = XrdbRegex().Match(line);
169167

170168
if (match != null && match.Success)

0 commit comments

Comments
 (0)