Details
Description
We don't debug the schema compiler using logging, nor do we expect customers to do so.
So all the OOLAG-level logging we do is no longer needed (we never turn it on, except some tests in the daffodil-cli module turn it on.)
Improvement is to remove all logging statements that are log-level OOLAGDebug/OOLAG, and most logging from the schema compiler.
Should be done in an independent commit from any other changes since this will affect many lines of code.