Start of major overhaul

Moved duplicated EXCEPTION_GUARD macro to private header file.
Removed all DEBUG_LEVEL and similar prints.
Some reformatting and code simplification.
This commit is contained in:
Andrew Johnson
2020-10-02 17:57:32 -05:00
committed by mdavidsaver
parent 05c2b605aa
commit 44fda51935
8 changed files with 242 additions and 387 deletions

View File

@@ -39,7 +39,6 @@ PutDoneThread::PutDoneThread()
PutDoneThread::~PutDoneThread()
{
//std::cout << "PutDoneThread::~PutDoneThread()\n";
}