diff --git a/RNUploader/RNUploader.m b/RNUploader/RNUploader.m index 20557ea..46b07bb 100644 --- a/RNUploader/RNUploader.m +++ b/RNUploader/RNUploader.m @@ -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]; diff --git a/package.json b/package.json index ec90687..94a99d8 100644 --- a/package.json +++ b/package.json @@ -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",