From f2754c57e9ed954ef9ae551acb1e9c4fa85dad74 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Sat, 9 Jul 2022 18:27:06 -0700 Subject: [PATCH] mfw removing using --- NewHorizons/Handlers/StreamingHandler.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/NewHorizons/Handlers/StreamingHandler.cs b/NewHorizons/Handlers/StreamingHandler.cs index a78d5f5f..4c66873f 100644 --- a/NewHorizons/Handlers/StreamingHandler.cs +++ b/NewHorizons/Handlers/StreamingHandler.cs @@ -1,7 +1,6 @@ using System.Collections.Generic; using System.Linq; using UnityEngine; -using Logger = NewHorizons.Utility.Logger; namespace NewHorizons.Handlers {