mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-05 22:48:48 +00:00
Remove unnecessary log in helpview (#951)
This commit is contained in:
parent
62a20b2dd9
commit
fe06e0d93e
1 changed files with 0 additions and 1 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue