We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38d4ff commit e42ba95Copy full SHA for e42ba95
browser/websocket/updateCodeFile.ts
@@ -221,7 +221,6 @@ function fixCommits(
221
const idReplacePatterns: {
222
from: string;
223
to: string;
224
- // indent: number;
225
}[] = (() => {
226
const patterns = [];
227
for (let i = 0; i < codeBlocks.length; i++) {
@@ -254,8 +253,6 @@ function fixCommits(
254
253
if (targetId === block.nextLine?.id) return true;
255
return false;
256
});
257
- console.log("vvv belong vvv");
258
- console.log(belongBlock);
259
if (belongBlock === undefined) continue;
260
const titleText = belongBlock.titleLine.text;
261
const indent = titleText.length - titleText.trimStart().length + 1;
0 commit comments