Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Maia-Everett committed Apr 22, 2024
1 parent e9a4905 commit 9679bab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/XIVLauncher.Core/DesktopEnvironment/DesktopHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9679bab

Please sign in to comment.