Commit 1eae0280 authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

Removed comment

Showing with 1 addition and 2 deletions
+1 -2
...@@ -111,8 +111,7 @@ export class LinkedValue { ...@@ -111,8 +111,7 @@ export class LinkedValue {
if (this.nub.result) { if (this.nub.result) {
// handmade fake param values // handmade fake param values
ret = new ParamValues(); ret = new ParamValues();
// console.log("setting fake PV for linked ER", this.symbol,
// this.nub.result, this.nub.result.extraResults);
if (this.nub.resultHasMultipleValues()) { if (this.nub.resultHasMultipleValues()) {
const multipleExtraRes = this.nub.result.getExtraResults(this.symbol); const multipleExtraRes = this.nub.result.getExtraResults(this.symbol);
ret.setValues(multipleExtraRes); ret.setValues(multipleExtraRes);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment