mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
remove leftover logging
This commit is contained in:
parent
dd3e71e050
commit
dc481825ec
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
2019-02-27 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/Additions/Unidoce.m: comment-out left-over debug logging.
|
||||
* Source/NSJSONSerialization.m: escape characters with codepoint
|
||||
greater than 0x7f.
|
||||
|
||||
|
|
|
@ -1105,7 +1105,7 @@ GSToUnicode(unichar **dst, unsigned int *size, const unsigned char *src,
|
|||
GROW();
|
||||
}
|
||||
ptr[dpos++] = ul + 0xdc00;
|
||||
NSLog(@"Adding uh %d ul %d", uh + 0xd800, ul + 0xdc00);
|
||||
// NSLog(@"Adding uh %d ul %d", uh + 0xd800, ul + 0xdc00);
|
||||
}
|
||||
}
|
||||
#if defined(UTF8DECODE)
|
||||
|
|
Loading…
Reference in a new issue