Remove debug output

This commit is contained in:
robin 2021-05-02 13:17:20 +02:00
parent 60bfaac28d
commit b2fcb02cc0
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ local L = LibStub("AceLocale-3.0"):GetLocale(childName, true)
local function toggleChilds()
local childs = child['children']
if(#childs > 0) then
print("Found parent", child['specs']['name'],"with childs",#childs)
local sb = addon['db']['global']['ldbicons']
for i = 1, #childs do
local cName = childs[i]['specs']['name']