Skip to content

Commit e42ba95

Browse files
committed
コメントの削除し忘れ
1 parent d38d4ff commit e42ba95

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

browser/websocket/updateCodeFile.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ function fixCommits(
221221
const idReplacePatterns: {
222222
from: string;
223223
to: string;
224-
// indent: number;
225224
}[] = (() => {
226225
const patterns = [];
227226
for (let i = 0; i < codeBlocks.length; i++) {
@@ -254,8 +253,6 @@ function fixCommits(
254253
if (targetId === block.nextLine?.id) return true;
255254
return false;
256255
});
257-
console.log("vvv belong vvv");
258-
console.log(belongBlock);
259256
if (belongBlock === undefined) continue;
260257
const titleText = belongBlock.titleLine.text;
261258
const indent = titleText.length - titleText.trimStart().length + 1;

0 commit comments

Comments
 (0)