Commit 4c45f8ba authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Remove console.log

parent ab737d04
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment