GRAPHICS: Hid noisy debug messages in MacText
This commit is contained in:
parent
7abea34e8c
commit
04a2a8ba27
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,7 @@ void MacText::splitString(Common::String &str) {
|
|||
MacFontRun previousFormatting;
|
||||
|
||||
while (*s) {
|
||||
#if DEBUG
|
||||
for (uint i = 0; i < _textLines.size(); i++) {
|
||||
debugN(7, "%2d ", i);
|
||||
|
||||
|
@ -88,6 +89,7 @@ void MacText::splitString(Common::String &str) {
|
|||
|
||||
debug(7, " --> %c %d, '%s'", (*s > 0x20 ? *s : ' '), (byte)*s, tmp.c_str());
|
||||
}
|
||||
#endif
|
||||
|
||||
if (*s == '\001') {
|
||||
s++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue