提交 8db4c650 编写于 作者: S Sandeep Somavarapu

remove console log

上级 dea0eaba
......@@ -556,7 +556,6 @@ export class MarkerViewModel extends Disposable {
if (model) {
if (!this.codeActionsPromise) {
this.codeActionsPromise = createCancelablePromise(cancellationToken => {
console.log('Fetching code actions for ', this.marker.marker.message);
return getCodeActions(model, new Range(this.marker.range.startLineNumber, this.marker.range.startColumn, this.marker.range.endLineNumber, this.marker.range.endColumn), { type: 'manual', filter: { kind: CodeActionKind.QuickFix } }, cancellationToken);
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册