Skip to content

Commit

Permalink
refactor: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuisi committed Nov 5, 2024
1 parent 1c39a21 commit 5bec095
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions vscode-lean4/loogleview/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,10 @@ class LoogleView {
}

private createQuerySuggestionNode(querySuggestion: string): HTMLElement {
//const paragraph = document.createElement('p')
const link = document.createElement('a')
link.href = 'javascript:void(0)'
link.innerText = querySuggestion
link.addEventListener('click', () => this.runSuggestion(querySuggestion))
//paragraph.appendChild(link)
return link
}

Expand Down
1 change: 0 additions & 1 deletion vscode-lean4/loogleview/static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

box-sizing: border-box;
position: relative;
display: flex;
flex-direction: row;
color: var(--vscode-input-foreground);
background: var(--vscode-input-background);
Expand Down

0 comments on commit 5bec095

Please sign in to comment.