removed leftover trace to stderr

This commit is contained in:
Jean-Francois Dockes 2018-09-05 09:20:51 +02:00
parent b57fcddbf8
commit b0bfed7b63

View File

@ -403,7 +403,6 @@ void ResListPager::displayPage(RclConfig *config)
chunk << spelling << " "; chunk << spelling << " ";
} }
chunk << "<br />"; chunk << "<br />";
std::cerr << chunk.str() << endl;
} }
chunk << "</blockquote></p>"; chunk << "</blockquote></p>";
} }