Cleaning stuff

This commit is contained in:
ZioPao
2024-03-18 18:35:43 +01:00
parent 5180a2cbfb
commit afaceac86e
5 changed files with 95 additions and 61 deletions

View File

@@ -13,10 +13,10 @@ end
---Print debug
---@param string string
function TOC_DEBUG.print(string)
if isDebugEnabled() then
local runningFile = TOC_DEBUG.getRunningFile()
print("[TOC]" .. "[" .. runningFile .. "] " .. tostring(string))
end
--if isDebugEnabled() then
local runningFile = TOC_DEBUG.getRunningFile()
print("[TOC]" .. "[" .. runningFile .. "] " .. tostring(string))
--end
end
---Horrendous but I don't really care about performance for this