Debug: Diagnostic output cleanup

This commit is contained in:
Paul Beckingham 2015-12-26 22:31:11 -05:00
parent b80964dac5
commit 53d8500000
3 changed files with 8 additions and 24 deletions

View file

@ -232,9 +232,6 @@ std::string Grammar::dump () const
////////////////////////////////////////////////////////////////////////////////
void Grammar::validate () const
{
if (_debug)
std::cout << "Validating...\n";
if (_start == "")
throw std::string ("There are no rules defined.");