提交 98dd8a1f 编写于 作者: A Alex Ross

Remove leftover console.log from tasks

上级 a8d88134
......@@ -942,7 +942,6 @@ export namespace KeyedTaskIdentifier {
}
export function create(value: TaskIdentifier): KeyedTaskIdentifier {
const resultKey = sortedStringify(value);
console.log(resultKey);
return { _key: resultKey, type: value.taskType };
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册