silly NSLogs

This commit is contained in:
Mitchell Livingston 2007-08-10 03:49:21 +00:00
parent 943c6e90a4
commit b88ee80099
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
} }
- (id) copyWithZone: (NSZone *) zone - (id) copyWithZone: (NSZone *) zone
{NSLog(@"copy"); {
TorrentCell * copy = [super copyWithZone: zone]; TorrentCell * copy = [super copyWithZone: zone];
copy->fBitmap = nil; copy->fBitmap = nil;
@ -86,7 +86,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
} }
- (void) dealloc - (void) dealloc
{NSLog(@"dealloc"); {
[fBitmap release]; [fBitmap release];
if (fPieces) if (fPieces)
free(fPieces); free(fPieces);