Skip to content

Commit fe06e0d

Browse files
authored
Remove unnecessary log in helpview (#951)
1 parent 62a20b2 commit fe06e0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/app/view/helpview/helpview.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ function makeHelpViewModel() {
1919

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

0 commit comments

Comments
 (0)