Removing some useless debug output
This commit is contained in:
parent
5f2f3e9c88
commit
1c2b879dbb
1 changed files with 0 additions and 1 deletions
|
@ -280,7 +280,6 @@ void parser::parse_variable()
|
|||
std::string parser::lineno_string(utils::string_map &i18n_symbols, std::string const &lineno,
|
||||
std::string const &error_string)
|
||||
{
|
||||
ERR_CF << lineno << std::endl;
|
||||
std::vector< std::string > pos = utils::quoted_split(lineno, ' ');
|
||||
std::vector< std::string >::const_iterator i = pos.begin(), end = pos.end();
|
||||
std::string included_from = _(" included from ");
|
||||
|
|
Loading…
Add table
Reference in a new issue