Removed debug spam statement.

This commit is contained in:
WrinklyNinja
2014-02-14 23:05:56 +00:00
parent 72a5023000
commit a1caa3a610
-2
View File
@@ -91,8 +91,6 @@ namespace boss {
a.append_attribute("href").set_value(url.c_str());
a.text().set(label.c_str());
BOOST_LOG_TRIVIAL(trace) << "FOO";
//Set string to end of matched section.
start = results.suffix().first;
}