Skip to content

Commit

Permalink
Remove double log
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoHHacks committed Nov 3, 2022
1 parent d04fca8 commit ec5bf94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public class Plugin : BaseUnityPlugin

private void Awake()
{
Logger.LogInfo($"Loaded {PluginName}!");
Plugin.Log = base.Logger;

PluginPath = Path.GetDirectoryName(Info.Location);
Expand Down

0 comments on commit ec5bf94

Please sign in to comment.