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/nav.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/nav.c') diff --git a/src/nav.c b/src/nav.c index 872303a8..c767907c 100644 --- a/src/nav.c +++ b/src/nav.c @@ -23,9 +23,6 @@ #include "capi.h" #include "timeout.hh" -//#define DEBUG_LEVEL 3 -#include "debug.h" - /* * For back and forward navigation, each bw keeps an url index, * and its scroll position. @@ -483,7 +480,7 @@ void a_Nav_reload(BrowserWindow *bw) choice = a_Dialog_choice3("Repost form data?", "Yes", "*No", "Cancel"); if (choice == 0) { /* "Yes" */ - DEBUG_MSG(3, "Nav_reload_confirmed\n"); + _MSG("Nav_reload_confirmed\n"); Nav_reload(bw); } -- cgit v1.2.3