no message

This commit is contained in:
Peter 2015-06-13 17:22:23 +03:00
parent 2bf7e85910
commit 80c4254b20
2 changed files with 0 additions and 5 deletions

View File

@ -63,7 +63,6 @@ static dispatch_block_t recursiveBlock(void (^block)(dispatch_block_t recurse))
if ([currentShouldRestart boolValue])
{
[currentDisposable setDisposable:nil];
id<SDisposable> disposable = [self startWithNext:^(id next)
{
[subscriber putNext:next];

View File

@ -151,10 +151,6 @@
if (!_terminated)
{
NSLog(@"trace(%@ terminated)", _name);
if ([_name hasPrefix:@"bestTcp4Signals"])
{
int bp = 1;
}
_terminated = true;
_next = nil;
_error = nil;