From fb00001e36f9c89373e04a1c4b5b1b1887e0b655 Mon Sep 17 00:00:00 2001 From: xen-42 Date: Wed, 7 Aug 2024 14:22:43 -0400 Subject: [PATCH] Remove debug log --- NewHorizons/NewHorizonsApi.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/NewHorizons/NewHorizonsApi.cs b/NewHorizons/NewHorizonsApi.cs index 40362fb2..6c46ac3c 100644 --- a/NewHorizons/NewHorizonsApi.cs +++ b/NewHorizons/NewHorizonsApi.cs @@ -163,7 +163,6 @@ namespace NewHorizons public object QuerySystem(Type outType, string jsonPath) { var system = Main.SystemDict[Main.Instance.CurrentStarSystem]; - NHLogger.Log("System Relative Path: " + system.RelativePath); return system == null ? null : QueryJson(outType, Path.Combine(system.Mod.ModHelper.Manifest.ModFolderPath, system.RelativePath), jsonPath);