mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:20:47 +00:00
Removed debug statements left in error
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7775 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e64d3a6a10
commit
0e3182adb9
1 changed files with 0 additions and 23 deletions
|
@ -412,13 +412,6 @@ _attributesAtIndexEffectiveRange(
|
|||
NSZone *z = [self zone];
|
||||
GSTextInfo *info;
|
||||
|
||||
{
|
||||
NSString *s = [self description];
|
||||
|
||||
if ([s length] > 300)
|
||||
s = [s substringToIndex: 300];
|
||||
NSLog(@"start -- %@", s);
|
||||
}
|
||||
if (range.length == 0)
|
||||
{
|
||||
NSWarnMLog(@"Attempt to set attribute for zero-length range", 0);
|
||||
|
@ -497,14 +490,6 @@ SANITY();
|
|||
[self edited: NSTextStorageEditedAttributes
|
||||
range: range
|
||||
changeInLength: 0];
|
||||
|
||||
{
|
||||
NSString *s = [self description];
|
||||
|
||||
if ([s length] > 300)
|
||||
s = [s substringToIndex: 300];
|
||||
NSLog(@"attrs -- %@", s);
|
||||
}
|
||||
}
|
||||
|
||||
- (void) replaceCharactersInRange: (NSRange)range
|
||||
|
@ -629,14 +614,6 @@ SANITY();
|
|||
[self edited: NSTextStorageEditedCharacters
|
||||
range: range
|
||||
changeInLength: [aString length] - range.length];
|
||||
|
||||
{
|
||||
NSString *s = [self description];
|
||||
|
||||
if ([s length] > 300)
|
||||
s = [s substringToIndex: 300];
|
||||
NSLog(@"chars -- %@", s);
|
||||
}
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
|
|
Loading…
Reference in a new issue