Remove console.log

This commit is contained in:
Luke "Jared" Bennett 2017-08-04 13:18:05 +01:00
parent ab737d0416
commit 4c45f8ba4b
No known key found for this signature in database
GPG key ID: 402ED51FB5D306C2

View file

@ -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) {