Commit 499cc826 authored by Jacob Schatz's avatar Jacob Schatz

Remove console log :|. Move to one liner.

parent 6a72d467
......@@ -56,9 +56,7 @@ const RepoSidebar = {
// go back
url = file;
Service.url = url;
Helper.getContent(null, () => {
Helper.scrollTabsRight();
});
Helper.getContent(null, () => Helper.scrollTabsRight());
}
},
},
......
......@@ -216,7 +216,6 @@ const RepoHelper = {
serializeRepoEntity(type, entity) {
const { url, name, icon, last_commit } = entity;
console.log('entity', JSON.stringify(entity));
return {
type,
name,
......
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