提交 63a98dde 编写于 作者: A Alex Dima

Remove console log

上级 12393db6
......@@ -102,7 +102,6 @@ export interface IGuessedIndentation {
}
export function guessIndentation(source: ITextBuffer, defaultTabSize: number, defaultInsertSpaces: boolean): IGuessedIndentation {
console.log(`guessIndentation`);
// Look at most at the first 10k lines
const linesCount = Math.min(source.getLineCount(), 10000);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册