mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove leftover debugging statements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35008 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1e5ac0ec6c
commit
95e88e9a7e
2 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,8 @@
|
|||
2012-03-26 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
2012-03-27 Niels Grewe <niels.grewe@halbordnung.de>
|
||||
|
||||
* Source/NSOperation.m: Remove leftover debugging statements.
|
||||
|
||||
2012-03-27 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSOperation.m:
|
||||
* Source/NSRegularExpression.m:
|
||||
|
@ -6,7 +10,7 @@
|
|||
* Headers/Foundation/NSOperation.h:
|
||||
Get things compiling/linking again with gcc after blocks changes.
|
||||
|
||||
2012-03-26 Niels Grewe <niels.grewe@halbordnung.de>
|
||||
2012-03-27 Niels Grewe <niels.grewe@halbordnung.de>
|
||||
|
||||
* Headers/Foundation/NSOperation.h
|
||||
* Headers/GNUstepBase/GSBlocks.h:
|
||||
|
|
|
@ -362,7 +362,6 @@ static NSArray *empty = nil;
|
|||
- (void) setCompletionBlock: (GSOperationCompletionBlock)aBlock
|
||||
{
|
||||
internal->completionBlock = aBlock;
|
||||
GSPrintf(stderr, @"Setting block: %p", internal->completionBlock);
|
||||
}
|
||||
|
||||
- (void) setQueuePriority: (NSOperationQueuePriority)pri
|
||||
|
@ -538,7 +537,6 @@ static NSArray *empty = nil;
|
|||
}
|
||||
if (NULL != internal->completionBlock)
|
||||
{
|
||||
GSPrintf(stderr, @"Calling block: %p", internal->completionBlock);
|
||||
CALL_BLOCK_NO_ARGS(internal->completionBlock);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue