Removed debug output.
This commit is contained in:
parent
9a034cb556
commit
dea879199a
@ -46,8 +46,6 @@ void Domain::findSections()
|
||||
|
||||
m_name = m_context.parser.parseIdentifier(isIdentifier);
|
||||
|
||||
std::cout << "Found domain " << m_name << std::endl;
|
||||
|
||||
parser.expect<std::string>(")");
|
||||
|
||||
const auto setSectionPosition =
|
||||
@ -124,8 +122,6 @@ void Domain::parse()
|
||||
{
|
||||
auto &parser = m_context.parser;
|
||||
|
||||
std::cout << "Parsing domain " << m_name << std::endl;
|
||||
|
||||
if (m_requirementsPosition != -1)
|
||||
{
|
||||
parser.seek(m_requirementsPosition);
|
||||
|
@ -45,8 +45,6 @@ void Problem::findSections()
|
||||
|
||||
m_name = parser.parseIdentifier(isIdentifier);
|
||||
|
||||
std::cout << "Found problem " << m_name << std::endl;
|
||||
|
||||
parser.expect<std::string>(")");
|
||||
|
||||
const auto setSectionPosition =
|
||||
|
Reference in New Issue
Block a user