summaryrefslogtreecommitdiff
path: root/src/nav.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-29 01:04:50 +0200
committerjcid <devnull@localhost>2008-09-29 01:04:50 +0200
commitbc8c549e1036f6c1dd3f0fd526d790a6ada123a7 (patch)
tree5e8099de9bb310d5188807f739fe5b02889b652e /src/nav.c
parenta5148a6be8e38918df3f919505305e73b2f59f2c (diff)
- Removed the remaining DEBUG_MSG in src/
Diffstat (limited to 'src/nav.c')
-rw-r--r--src/nav.c5
1 files changed, 1 insertions, 4 deletions
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);
}