From bc8c549e1036f6c1dd3f0fd526d790a6ada123a7 Mon Sep 17 00:00:00 2001 From: jcid Date: Mon, 29 Sep 2008 01:04:50 +0200 Subject: - Removed the remaining DEBUG_MSG in src/ --- src/web.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/web.cc') diff --git a/src/web.cc b/src/web.cc index fa33866a..b9141913 100644 --- a/src/web.cc +++ b/src/web.cc @@ -25,10 +25,7 @@ #include "prefs.h" #include "web.hh" -#define DEBUG_LEVEL 5 -#include "debug.h" - -// Platform idependent part +// Platform independent part using namespace dw::core; @@ -61,7 +58,7 @@ int a_Web_dispatch_by_type (const char *Type, DilloWeb *Web, style::Style *widgetStyle; style::FontAttrs fontAttrs; - DEBUG_MSG(1, "a_Web_dispatch_by_type\n"); + _MSG("a_Web_dispatch_by_type\n"); dReturn_val_if_fail(Web->bw != NULL, -1); -- cgit v1.2.3