mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Remove unnecessary log in helpview (#951)
This commit is contained in:
parent
62a20b2dd9
commit
fe06e0d93e
@ -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 New Issue
Block a user