From 871824433f57b3e5028ab8d60211f9162f0b2362 Mon Sep 17 00:00:00 2001 From: Toshifumi NISHINAGA Date: Thu, 22 Sep 2022 03:19:54 +0900 Subject: [PATCH] Remove redundant debu log --- BrainLILODrv.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/BrainLILODrv.cpp b/BrainLILODrv.cpp index da24d76..c2c8d77 100644 --- a/BrainLILODrv.cpp +++ b/BrainLILODrv.cpp @@ -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);