Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
removed console title due to possible exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleinrotti committed Dec 29, 2020
1 parent 2b3afe4 commit c5886dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TeamCord.Core/Logging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public Logging(Action<string, LogLevel> ts3LogCallback, Action<Exception, LogLev
logCallback = ts3LogCallback;
logCallbackException = ts3LogCallbackException;
Console.OutputEncoding = Encoding.Unicode;
Console.Title = "Teamcord Debug Console";
}

/// <summary>
Expand Down

0 comments on commit c5886dc

Please sign in to comment.