Remove redundant debu log

This commit is contained in:
Toshifumi NISHINAGA 2022-09-22 03:19:54 +09:00
parent 8200dd14a1
commit 871824433f
1 changed files with 0 additions and 1 deletions

View File

@ -260,7 +260,6 @@ static bool doLinux()
outputDebugMessage(L"BrainLILO: opening Bootloader file: %s", fn.c_str());
brain_gen = SelectGen(model);
outputDebugMessage(L"BrainLILO: this is %d generation Brain", brain_gen);
SetAddress(brain_gen);
hUBoot = CreateFile(fn.c_str(), GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);