Un-do extraneous changes before merging back into source branch

This commit is contained in:
akuker
2020-07-19 14:59:40 -05:00
parent 7b10c2299f
commit a033451863
5 changed files with 36 additions and 125 deletions

View File

@@ -15,6 +15,9 @@
#define LOGINFO(...) \
do{char buf[256]; snprintf(buf, 256,__VA_ARGS__); spdlog::info(buf);}while(0)
#define LOGTRACE(...) \
do{char buf[256]; snprintf(buf, 256,__VA_ARGS__); spdlog::trace(buf);}while(0)
//===========================================================================
//