Skip to content

Commit 5b907eb

Browse files
committed
some none ARC compatible code was left in the debug part
1 parent 5af42be commit 5b907eb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Sources/OAuth2Client/NXOAuth2Connection.m

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ - (void)dealloc;
8989
sendConnectionDidEndNotification = NO;
9090

9191
[connection cancel];
92-
93-
#if (NXOAuth2ConnectionDebug)
94-
[startDate release];
95-
#endif
9692
}
9793

9894

@@ -205,10 +201,6 @@ - (NSURLConnection *)createConnection;
205201
[aConnection scheduleInRunLoop:[NSRunLoop currentRunLoop] forMode:NSDefaultRunLoopMode]; // let's first schedule it in the current runloop. (see http://github.com/soundcloud/cocoa-api-wrapper/issues#issue/2 )
206202
[aConnection start]; // now start
207203

208-
#if (NXOAuth2ConnectionDebug)
209-
[startDate release]; startDate = [[NSDate alloc] init];
210-
#endif
211-
212204
if (!sendConnectionDidEndNotification) [[NSNotificationCenter defaultCenter] postNotificationName:NXOAuth2ConnectionDidStartNotification object:self];
213205
sendConnectionDidEndNotification = YES;
214206

0 commit comments

Comments
 (0)