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