Quantcast

Remove debug statements

urnati [02-05-26 - 23:07]
Remove debug statements
Filename
Titan/TitanConfig.lua
diff --git a/Titan/TitanConfig.lua b/Titan/TitanConfig.lua
index 547e6a0..81e41a8 100644
--- a/Titan/TitanConfig.lua
+++ b/Titan/TitanConfig.lua
@@ -928,16 +928,9 @@ local function UpdateConfigAddons()
 						name = L["TITAN_PANEL_MENU_SHOW"],
 						order = 3,
 						get = function(info)
-print("TConfig Show get"
-.." "..tostring(info[1])..""
-)
 							return (TitanPanel_IsPluginShown(info[1])) end,
 						set = function(info, v)
 							local name = info[1]
-print("TConfig Show get"
-.." "..tostring(info[1])..""
-.." "..tostring(v)..""
-)
 							if v then -- Show / add
 								local bar = (TitanGetVar(name, "ForceBar") or TitanUtils_PickBar())
 								if type(bar) == 'string' then -- sanity and IDE