Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
wds4 committed Jan 22, 2023
1 parent 7e71a4c commit 5d7583a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/renderer/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export default class App extends React.Component {
window.relayUrls = relayUrls;
this.forceUpdate();
*/
console.log("Snort: "+JSON.stringify(Snort,null,4))
}
render() {
return (
Expand All @@ -102,14 +101,14 @@ export default class App extends React.Component {
<fieldset id="app" >
sum of 1+2: {TsPlex.grapevineSum(1,2)}
<pre style={{display:"none"}} >

{typeof this.state.relayUrls}
{this.state.relayUrls.length}
{this.state.relayUrls}
<hr/><hr/>
{window.relayUrls}
</pre>

<Router>
<Routes>
<Route path="/" element={<LandingPage />} />
Expand Down

0 comments on commit 5d7583a

Please sign in to comment.