From b2fcb02cc0b79322dfe3dccf06956aded2abfa99 Mon Sep 17 00:00:00 2001 From: robin Date: Sun, 2 May 2021 13:17:20 +0200 Subject: [PATCH] Remove debug output --- prefs.lua | 1 - 1 file changed, 1 deletion(-) 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']