Skip to content

Commit

Permalink
Merge pull request #10 from christav/remove-console-output-244
Browse files Browse the repository at this point in the history
Removed extra print
  • Loading branch information
Chris Tavares committed Feb 19, 2013
2 parents 38ec313 + 03c4f3b commit c427848
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ public CreateBlobResult createBlockBlob(String container, String blob, InputStre
public CreateBlobResult createBlockBlob(String container, String blob, InputStream contentStream,
CreateBlobOptions options) throws ServiceException {
String path = createPathFromContainer(container);
System.out.println(path);
WebResource webResource = getResource(options).path(path).path(blob);

Builder builder = webResource.header("x-ms-version", API_VERSION);
Expand Down

0 comments on commit c427848

Please sign in to comment.