提交 0bc0df6e 编写于 作者: J Joao Moreno

remove lost console.log

上级 9dcb40d1
......@@ -42,7 +42,6 @@ export function registerAIChannel(server: IServer) {
// It is important to dispose the AI adapter properly because
// only then they flush remaining data.
process.on('SIGTERM', function () {
console.log('HERE');
let promises: TPromise<any>[] = [];
for (let handle in adapter) {
let ai = adapter[handle];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册