Skip to content

Commit

Permalink
Remove debug output, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aroth committed Dec 20, 2015
1 parent 85d546b commit 3e0a847
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions RNUploader/RNUploader.m
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,6 @@ - (void)sendRequest {
[self.requestBody appendData:endData];
[self.request setHTTPBody:self.requestBody];

NSString *str = [[NSString alloc] initWithData:self.requestBody encoding:NSASCIIStringEncoding];

NSLog( @"REQ BODY == %@", str);

// upload
NSURLConnection * connection = [[NSURLConnection alloc] initWithRequest:self.request delegate:self startImmediately:NO];
[connection scheduleInRunLoop:[NSRunLoop mainRunLoop] forMode:NSDefaultRunLoopMode];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "git+https://github.com/aroth/react-native-uploader.git"
},
"version": "0.0.1",
"version": "0.0.2",
"description": "A React Native module to upload files and camera roll assets. Supports progress notification.",
"author": {
"name": "Adam Roth",
Expand Down

0 comments on commit 3e0a847

Please sign in to comment.