mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
Remove global logging variable
This commit is contained in:
@@ -14,13 +14,9 @@ local function getLogLevel()
|
||||
return testLogLevel
|
||||
end
|
||||
|
||||
if _G.ROJO_LOG ~= nil then
|
||||
return _G.ROJO_LOG
|
||||
end
|
||||
|
||||
local hyperValue = DevSettings:getLogLevel()
|
||||
if hyperValue ~= nil then
|
||||
return hyperValue
|
||||
local devValue = DevSettings:getLogLevel()
|
||||
if devValue ~= nil then
|
||||
return devValue
|
||||
end
|
||||
|
||||
return Level.Info
|
||||
|
||||
Reference in New Issue
Block a user