Remove some debugging code.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2256 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
netcrep 1997-03-20 19:28:14 +00:00
parent bf12b45df0
commit bec518f970
2 changed files with 3 additions and 4 deletions

View file

@ -62,8 +62,9 @@
// //
- (void)drawRect:(NSRect)rect - (void)drawRect:(NSRect)rect
{ {
NSLog(@"NSColorWell drawRect: %f %f %f %f\n", rect.origin.x, rect.origin.y, NSDebugLog(@"NSColorWell drawRect: %f %f %f %f\n", rect.origin.x,
rect.size.width, rect.size.height); rect.origin.y,
rect.size.width, rect.size.height);
// Draw border // Draw border
if (is_bordered) if (is_bordered)

View file

@ -106,8 +106,6 @@ NSString *NSControlTextDidChangeNotification = @"NSControlTextDidChangeNotificat
id c; id c;
c = NSCopyObject (self, 0, zone); c = NSCopyObject (self, 0, zone);
NSLog(@"NSControl: copyWithZone\n");
// make sure the new copy also has a new copy of the cell // make sure the new copy also has a new copy of the cell
[cell retain]; [cell retain];
[c setCell: [[cell copy] autorelease]]; [c setCell: [[cell copy] autorelease]];