Skip to content

Commit

Permalink
Remove unnecessary log in helpview (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz authored Oct 4, 2024
1 parent 62a20b2 commit fe06e0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/app/view/helpview/helpview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ function makeHelpViewModel() {

function HelpView({}: { model: HelpViewModel }) {
const [url] = useState(() => getApi().getDocsiteUrl());
console.log(url);
return (
<div className="help-view">
<webview className="docsite-webview" src={url} />
Expand Down

0 comments on commit fe06e0d

Please sign in to comment.