diff options
-rw-r--r-- | src/form.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/form.cc b/src/form.cc index 4279c0a4..ab2aeec3 100644 --- a/src/form.cc +++ b/src/form.cc @@ -795,8 +795,6 @@ void Html_tag_close_select(DilloHtml *html) void Html_tag_open_optgroup(DilloHtml *html, const char *tag, int tagsize) { - MSG("OPEN OPTGROUP\n"); - if (!(html->InFlags & IN_SELECT)) { BUG_MSG("<optgroup> element outside <select>\n"); return; |