提交 499cc826 编写于 作者: J Jacob Schatz

Remove console log :|. Move to one liner.

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册