Skip to content

Commit

Permalink
Merge pull request #234 from rchain-community/kill-commented-html
Browse files Browse the repository at this point in the history
remove commented html block
  • Loading branch information
Bill-Kunj authored Jul 11, 2021
2 parents 2a816d8 + efe401d commit b050666
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/participate.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ function runControl(
);
console.log('... explore done.');
state.results = expr;
// TODO? $('#blockInfo').textContent = pprint(block);
} catch (err) {
state.problem = err.message;
}
Expand Down Expand Up @@ -644,12 +643,6 @@ function runControl(
<pre id="result">
${state.results ? pprint(state.results.map(RhoExpr.parse)) : ''}</pre
>
<!-- TODO
<h2>Block Info</h2>
<small>
<pre id="blockInfo"></pre>
</small>
-->
</section>
<section id="problemSection" ...${hide(!state.problem)}>
<h3>Problem</h3>
Expand Down

0 comments on commit b050666

Please sign in to comment.