diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-31 17:02:25 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-31 17:02:25 -0400 |
commit | 894dd1937511df08fa57c5e586d40a7778473dae (patch) | |
tree | c4bc326d3f9a2101d8f493269d15081b68144959 /indra/newview/scripts/lua/ErrorQueue.lua | |
parent | c59f8bc59ad958d169a7626739b2b81439180537 (diff) |
Tweak for current Lua dbg() convention.
Diffstat (limited to 'indra/newview/scripts/lua/ErrorQueue.lua')
-rw-r--r-- | indra/newview/scripts/lua/ErrorQueue.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/scripts/lua/ErrorQueue.lua b/indra/newview/scripts/lua/ErrorQueue.lua index 6ed1c10d5c..13e4e92941 100644 --- a/indra/newview/scripts/lua/ErrorQueue.lua +++ b/indra/newview/scripts/lua/ErrorQueue.lua @@ -3,8 +3,8 @@ -- raise that error. local WaitQueue = require('WaitQueue') --- local dbg = require('printf') local function dbg(...) end +-- local dbg = require('printf') local ErrorQueue = WaitQueue:new() |