提交 6c7f9c9a 编写于 作者: J Joao Moreno

remove console.log

上级 8f61b620
......@@ -28,10 +28,7 @@ export class URLChannel implements IURLChannel {
private service: IURLService,
@IWindowsService windowsService: IWindowsService
) {
windowsService.onWindowFocus(id => {
console.log(id);
this.focusedWindowId = id;
});
windowsService.onWindowFocus(id => this.focusedWindowId = id);
}
call(command: string, arg?: any): TPromise<any> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册