Un-do extraneous changes before merging back into source branch

This commit is contained in:
akuker
2020-07-19 15:10:17 -05:00
parent f422bd9ca9
commit 52ba5c2fa7
2 changed files with 16 additions and 18 deletions

View File

@@ -8143,8 +8143,7 @@ void FASTCALL SCSIDEV::Selection()
return; return;
} }
spdlog::trace( spdlog::trace("Selection Phase ID={} (with device)", ctrl.id);
"Selection Phase ID={} (with device)", ctrl.id);
// Phase setting // Phase setting
ctrl.phase = BUS::selection; ctrl.phase = BUS::selection;

View File

@@ -998,7 +998,6 @@ int main(int argc, char* argv[])
spdlog::set_level(spdlog::level::trace); spdlog::set_level(spdlog::level::trace);
spdlog::trace("Entering the function with %d arguments", argc); spdlog::trace("Entering the function with %d arguments", argc);
// Output the Banner // Output the Banner
Banner(argc, argv); Banner(argc, argv);