Removed old lua files
This commit is contained in:
@@ -19,8 +19,7 @@ DataController.instances = {}
|
||||
---@param isResetForced boolean?
|
||||
---@return DataController
|
||||
function DataController:new(username, isResetForced)
|
||||
TOC_DEBUG.print("[DataController] NEW for " .. username)
|
||||
--error("TEST TRIGGER")
|
||||
TOC_DEBUG.print("Creating new DataController instance for " .. username)
|
||||
local o = {}
|
||||
setmetatable(o, self)
|
||||
self.__index = self
|
||||
|
||||
@@ -15,7 +15,7 @@ end
|
||||
function TOC_DEBUG.print(string)
|
||||
if isDebugEnabled() then
|
||||
local runningFile = TOC_DEBUG.getRunningFile()
|
||||
print("TOC: " .. "[" .. runningFile .. "] " .. tostring(string))
|
||||
print("[TOC]" .. "[" .. runningFile .. "] " .. tostring(string))
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user