mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Debug: Diagnostic output cleanup
This commit is contained in:
parent
b80964dac5
commit
53d8500000
3 changed files with 8 additions and 24 deletions
|
@ -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.");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue