Skip to content

Commit 4a107b7

Browse files
committed
Remove the warnings
1 parent 6cec1f3 commit 4a107b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/integrations/editor/DiffViewProvider.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,6 @@ export class DiffViewProvider {
522522
if (editor) {
523523
cleanup()
524524
resolve(editor)
525-
} else {
526-
console.error(`[DiffViewProvider] Failed to find valid editor for ${fileName}`)
527525
}
528526
}
529527
}),
@@ -540,8 +538,6 @@ export class DiffViewProvider {
540538
if (editor) {
541539
cleanup()
542540
resolve(editor)
543-
} else {
544-
console.error(`[DiffViewProvider] Failed to find valid editor for ${fileName}`)
545541
}
546542
}),
547543
)

0 commit comments

Comments
 (0)