mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 08:04:07 +02:00
remove debug code
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8013 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7389f6496d
commit
f49b86e95a
@ -4146,14 +4146,9 @@ ConSplitterTextOutOutputString (
|
||||
|
||||
BackSpaceCount = 0;
|
||||
for (TargetString = WString; *TargetString != L'\0'; TargetString++) {
|
||||
if (*TargetString == L'a' && *(TargetString + 1) == L'b' && *(TargetString + 2) == L'c') {
|
||||
;// CpuBreakpoint ();
|
||||
}
|
||||
|
||||
if (*TargetString == CHAR_BACKSPACE) {
|
||||
BackSpaceCount++;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (BackSpaceCount == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user