From ff13fc7f6797fb5f0e9cb18dd2f09990bd021f6e Mon Sep 17 00:00:00 2001 From: NicJA Date: Mon, 15 Apr 2019 23:04:17 +0000 Subject: [PATCH] silence debug git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56269 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/libs/muimaster/classes/notify.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workbench/libs/muimaster/classes/notify.c b/workbench/libs/muimaster/classes/notify.c index 74c1fe75f0..07ff4aafaf 100644 --- a/workbench/libs/muimaster/classes/notify.c +++ b/workbench/libs/muimaster/classes/notify.c @@ -451,10 +451,10 @@ IPTR Notify__OM_SET(struct IClass *cl, Object *obj, struct opSet *msg) } tags = msg->ops_AttrList; - bug("[MUI:Notify] tags @ 0x%p\n", tags); + D(bug("[MUI:Notify] tags @ 0x%p\n", tags);) while ((tag = NextTagItem(&tags))) { - bug("[MUI:Notify] tag @ 0x%p\n", tag); + D(bug("[MUI:Notify] tag @ 0x%p\n", tag);) ForeachNode (data->mnd_NotifyList, node) { check_notify((NNode) node, obj, tag); -- 2.11.4.GIT