Skip to content

Commit

Permalink
Removed unwanted code.
Browse files Browse the repository at this point in the history
  • Loading branch information
palakrathi committed Dec 31, 2020
1 parent 0a0042e commit eea0d31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/flowmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ export default class FlowManager extends EventEmitter {
dataObj['parallel_chunks'] = chunkCount;
}
const { getUploadUrl } = FlowManager.apiUrls;
console.log('UPLADDDDDDDDDDDDDDDDDDDD****************************************************************');
console.log(this.isPublic);

return Axios.request({
url: getUploadUrl,
method: 'post',
Expand Down

0 comments on commit eea0d31

Please sign in to comment.