summaryrefslogtreecommitdiff
path: root/src/form.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/form.cc')
-rw-r--r--src/form.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/form.cc b/src/form.cc
index 05fa918d..53abef69 100644
--- a/src/form.cc
+++ b/src/form.cc
@@ -19,9 +19,6 @@
#include "dw/core.hh"
#include "dw/textblock.hh"
-#define DEBUG_LEVEL 10
-#include "debug.h"
-
#include "misc.h"
#include "msg.h"
#include "prefs.h"
@@ -1967,7 +1964,7 @@ static dw::core::ui::Embed *Html_input_image(DilloHtml *html,
}
if (!button)
- DEBUG_MSG(10, "Html_input_image: unable to create image submit.\n");
+ MSG("Html_input_image: unable to create image submit.\n");
return button;
}