Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Ben Copsey
2010-07-22 13:14:05 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fcf33cb8de87eafa8864176f192e4af4b18b83e6
fcf33cb8
1 parent
0add3a68
Remove debug log
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
Classes/ASIHTTPRequest.m
Classes/ASIHTTPRequest.m
View file @
fcf33cb
...
...
@@ -1583,7 +1583,6 @@ static NSOperationQueue *sharedQueue = nil;
{
id
target
=
*
targetPtr
;
SEL
selector
=
*
selectorPtr
;
NSLog
(
@"%@"
,
NSStringFromSelector
(
selector
));
if
(
selector
&&
target
&&
[
target
respondsToSelector
:
selector
])
{
[
target
performSelector
:
selector
withObject
:
self
];
}
...
...
Please
register
or
login
to post a comment