Skip to content

Commit

Permalink
fix: removing debug log from welcomewindow
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Jun 26, 2023
1 parent 8289f20 commit 3be3f42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Mirage/Editor/WelcomeWindow/WelcomeWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ private List<string> ParseChangeLog()
var currentChangeLogs = 0;

var changeLogPath = FindChangeLog();
Debug.Log(changeLogPath);
using (var reader = new StreamReader(changeLogPath))
{
string line;
Expand Down

0 comments on commit 3be3f42

Please sign in to comment.