提交 e9f231da 编写于 作者: J Johannes Rieken

remove console log

上级 5effc756
......@@ -19,7 +19,6 @@ export class MenuService implements IMenuService {
}
createMenu(id: MenuId, contextKeyService: IContextKeyService): IMenu {
console.log('CREATE MENU');
return new Menu(id, this._commandService, contextKeyService);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册