Skip to content

Commit

Permalink
Remove unused Log method
Browse files Browse the repository at this point in the history
  • Loading branch information
schlangguru committed Aug 12, 2021
1 parent 972b515 commit ee570fd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ void Awake()
_harmony.PatchAll(typeof(Minimap_Patch));
}

public static void Log(string msg)
{
StreamWriter file = new StreamWriter("E:/Temp/log.txt", append: true);
file.WriteLine(msg);
file.Close();
}

private void OnDestroy()
{
Expand Down

0 comments on commit ee570fd

Please sign in to comment.