Remove console.log
This commit is contained in:
parent
ab737d0416
commit
4c45f8ba4b
1 changed files with 1 additions and 4 deletions
|
@ -179,10 +179,7 @@ const RepoHelper = {
|
|||
Store.addFilesToDirectory(file, Store.files, newDirectory);
|
||||
Store.prevURL = Service.blobURLtoParentTree(Service.url);
|
||||
}
|
||||
}).catch((e) => {
|
||||
console.log(e);
|
||||
RepoHelper.loadingError();
|
||||
});
|
||||
}).catch(RepoHelper.loadingError);
|
||||
},
|
||||
|
||||
setFile(data, file) {
|
||||
|
|
Loading…
Reference in a new issue