Removed unnecessary logging

This commit is contained in:
Martynas Gestautas 2022-03-02 10:21:35 +02:00
parent a4424ecd09
commit f565c3794d

View File

@ -25,8 +25,6 @@ namespace Terkoiz.Freecam
private void Awake() private void Awake()
{ {
Logger.LogError("Loading Freecam...");
InitConfiguration(); InitConfiguration();
HookObject = new GameObject(); HookObject = new GameObject();