patrick
/
plasp
Archived
1
0
Fork 0

Fixed debug output.

This commit is contained in:
Patrick Lühne 2016-06-08 01:41:21 +02:00
parent 42559fd601
commit 183b0c954e
1 changed files with 1 additions and 2 deletions

View File

@ -158,8 +158,7 @@ void Domain::parseSection()
|| parser.probe<std::string>("durative-action")
|| parser.probe<std::string>("derived"))
{
const auto sectionIdentifier = parser.parseIdentifier(isIdentifier);
std::cout << "Skipping section " << sectionIdentifier << std::endl;
std::cout << "Skipping section" << std::endl;
skipSection(m_context.parser);
}
else