diff --git a/prefs.lua b/prefs.lua index bb614b4..84aa12f 100644 --- a/prefs.lua +++ b/prefs.lua @@ -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']