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