diff options
author | jcid <devnull@localhost> | 2008-09-29 01:04:50 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-29 01:04:50 +0200 |
commit | bc8c549e1036f6c1dd3f0fd526d790a6ada123a7 (patch) | |
tree | 5e8099de9bb310d5188807f739fe5b02889b652e /src/nav.c | |
parent | a5148a6be8e38918df3f919505305e73b2f59f2c (diff) |
- Removed the remaining DEBUG_MSG in src/
Diffstat (limited to 'src/nav.c')
-rw-r--r-- | src/nav.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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); } |