mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-20 12:21:10 -05:00
Un-do extraneous changes before merging back into source branch
This commit is contained in:
@@ -8143,8 +8143,7 @@ void FASTCALL SCSIDEV::Selection()
|
||||
return;
|
||||
}
|
||||
|
||||
spdlog::trace(
|
||||
"Selection Phase ID={} (with device)", ctrl.id);
|
||||
spdlog::trace("Selection Phase ID={} (with device)", ctrl.id);
|
||||
|
||||
// Phase setting
|
||||
ctrl.phase = BUS::selection;
|
||||
|
||||
@@ -998,7 +998,6 @@ int main(int argc, char* argv[])
|
||||
|
||||
spdlog::set_level(spdlog::level::trace);
|
||||
spdlog::trace("Entering the function with %d arguments", argc);
|
||||
|
||||
// Output the Banner
|
||||
Banner(argc, argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user