Skip to content

Commit

Permalink
Remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Conner committed Jul 8, 2017
1 parent 3489d9b commit d7245b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/datastore/src/filestore.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ export default class FileStore extends NetworkStore {
});
statusCheckRequest.headers.addAll(headers.toPlainObject());
statusCheckRequest.headers.set('Content-Range', `bytes */${metadata.size}`);
console.log(statusCheckRequest);
return statusCheckRequest.execute(true)
.then((statusCheckResponse) => {
Log.debug('File upload status check response', statusCheckResponse);
Expand Down

0 comments on commit d7245b6

Please sign in to comment.