Diagnostics

- Further removal of diagnostic output.
This commit is contained in:
Paul Beckingham
2014-05-25 14:59:09 -04:00
parent fa02eb4ed2
commit 949063102a
3 changed files with 6 additions and 14 deletions

View File

@@ -221,9 +221,7 @@ int Context::initialize (int argc, const char** argv)
a3.categorize ();
// Parse the command line.
Tree* parseTree = parser.parse ();
if (parseTree && config.getBoolean ("debug"))
debug (parseTree->dump ());
parser.parse ();
// Initialize the database.
tdb2.set_location (data_dir);