mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Removed unnecessary log message.
This commit is contained in:
@@ -93,8 +93,6 @@ namespace loot {
|
||||
|
||||
while (boost::regex_search(start, end, results, regex)) {
|
||||
|
||||
BOOST_LOG_TRIVIAL(trace) << "Results size: " << results.size();
|
||||
|
||||
//Get data from match.
|
||||
std::string url, label;
|
||||
if (results[3].matched)
|
||||
|
||||
Reference in New Issue
Block a user