mirror of
https://github.com/transmission/transmission
synced 2025-03-03 10:15:45 +00:00
silly NSLogs
This commit is contained in:
parent
943c6e90a4
commit
b88ee80099
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
|
|||
}
|
||||
|
||||
- (id) copyWithZone: (NSZone *) zone
|
||||
{NSLog(@"copy");
|
||||
{
|
||||
TorrentCell * copy = [super copyWithZone: zone];
|
||||
|
||||
copy->fBitmap = nil;
|
||||
|
@ -86,7 +86,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
|
|||
}
|
||||
|
||||
- (void) dealloc
|
||||
{NSLog(@"dealloc");
|
||||
{
|
||||
[fBitmap release];
|
||||
if (fPieces)
|
||||
free(fPieces);
|
||||
|
|
Loading…
Reference in a new issue