fix: [code-836]: remove comment

This commit is contained in:
calvin 2023-09-08 17:56:04 -06:00
parent 0d086a1a4d
commit 9c46f066dc

View File

@ -143,7 +143,6 @@ export function getCommentLineInfo(
) {
const isSideBySideView = viewStyle === ViewStyle.SIDE_BY_SIDE
const { left, lineNumber, filePath } = commentEntry
console.log(commentEntry)
const filePathBody = filePath ? contentDOM?.querySelector(`[data="${filePath}"`) : contentDOM
const diffBody = filePathBody?.querySelector(