Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into mindsnacks-master

Conflicts:
	Classes/ASIHTTPRequest.m
  • Loading branch information
pokeb committed Sep 19, 2011
2 parents e2f2815 + afa74b6 commit 232d699
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 55 deletions.
2 changes: 1 addition & 1 deletion Classes/ASIFormDataRequest.m
Expand Up @@ -207,7 +207,7 @@ - (void)buildPostBody
[super buildPostBody];

#if DEBUG_FORM_DATA_REQUEST
NSLog(@"%@",[self debugBodyString]);
ASI_DEBUG_LOG(@"%@",[self debugBodyString]);
[self setDebugBodyString:nil];
#endif
}
Expand Down

0 comments on commit 232d699

Please sign in to comment.