# HG changeset patch # User Nenue # Date 1469541045 14400 # Node ID 7ff0579e5a6ebf67ebeca4c53b9249093e51e21f # Parent e807238418882b78c04601ceafe3898b1889c086 - checking work on D:Console_Toggle() diff -r e80723841888 -r 7ff0579e5a6e UI.lua --- a/UI.lua Tue Jul 26 09:21:37 2016 -0400 +++ b/UI.lua Tue Jul 26 09:50:45 2016 -0400 @@ -381,7 +381,7 @@ function D:Console_Toggle(cmd, force) - local args = {} + local search = {} if cmd then cmd = tostring(cmd) local i, j = 0, 0 @@ -402,12 +402,6 @@ local profile = D.currentProfile local setAll - local search = {} - -- resolve key/sig values from args - for i, key in ipairs(args) do - - --oldprint(#search, key, n) - end -- if nothing was found, then do an all toggle if #search < 1 then