Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 56e1f11

Browse files
authored
fix(svelte): Remove unnecessary console.log statement (#64463)
Did a ripgrep to see if there are any other `console.log` statements that should be removed but this was the only one. ## Test plan code inspection, trivial change
1 parent 3b85035 commit 56e1f11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/web-sveltekit/src/lib/blame/reblame.ts

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export class ReblameMarker extends GutterMarker {
2020
}
2121

2222
public toDOM(_view: EditorView): Node {
23-
console.log('ReblameMarker toDOM')
2423
const dom = document.createElement('div')
2524
dom.style.height = '100%'
2625
if (this.line !== 1) {

0 commit comments

Comments
 (0)