Skip to content

Commit

Permalink
(#53) Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jun 7, 2021
1 parent 87edb3c commit 0db4377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ function FilterSelector() {
{
console.assert(program);
const snapshot = program.paramsPanel.paramsSnapshot$();
console.log(snapshot);
for (let paramName in snapshot) {
context.vars[paramName] = snapshot[paramName].value;
}
Expand Down

0 comments on commit 0db4377

Please sign in to comment.