From bb169bf7c5f4a02761466e46a9d6723d58fae384 Mon Sep 17 00:00:00 2001 From: jeffi Date: Fri, 15 Mar 2024 02:58:32 -0500 Subject: [PATCH] Meh --- src/Bastion/Bastion.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bastion/Bastion.lua b/src/Bastion/Bastion.lua index 1be75e5..57b736b 100644 --- a/src/Bastion/Bastion.lua +++ b/src/Bastion/Bastion.lua @@ -135,7 +135,7 @@ function Bastion:Require(filePath, ...) end return 1, loadResults end - Log(string.format("Bastion:Require - No files found in directory: %s", loadedFile.newPath)) + --Log(string.format("Bastion:Require - No files found in directory: %s", loadedFile.newPath)) return 0, SafePack(nil) end @@ -144,7 +144,7 @@ function Bastion:Require(filePath, ...) loadedFile.loadedPath, found = CheckFileExtensions(loadedFile.newPath, { "lua", "luac" }) if not found then - Log(string.format("Bastion:Require - Not Found: %s (%s)", loadedFile.newPath, loadedFile.originalPath)) + --Log(string.format("Bastion:Require - Not Found: %s (%s)", loadedFile.newPath, loadedFile.originalPath)) return 0, SafePack(nil) end