Skip to content

Commit

Permalink
remove adsoptimal from loading in the file viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
DevAlien committed Dec 12, 2016
1 parent 01ccd0e commit 0b06bd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apiClient.jsx
Expand Up @@ -37,7 +37,6 @@ export default function apiClient(token) {
},

postFile: function(files) {
console.log('filess', files)
let data = new FormData();
files.forEach(file => {
data.append('file', file)
Expand Down

0 comments on commit 0b06bd4

Please sign in to comment.