Commit 8a1473fef6851d32d4a15a1eab948af3868bd32f
1 parent
e8219f9a
re
Showing
1 changed file
with
1 additions
and
1 deletions
controllets/datalet-selection-controllet/datalet-selection-controllet.html
| ... | ... | @@ -564,7 +564,7 @@ |
| 564 | 564 | if(this.selectedFields[i]) |
| 565 | 565 | selectedFields.push(this.selectedFields[i]); |
| 566 | 566 | |
| 567 | - console.log(this.params); | |
| 567 | +// console.log(this.$.datalet_selection_datalet_placeholder.children[1].behavior.data); | |
| 568 | 568 | |
| 569 | 569 | var data = { |
| 570 | 570 | dataUrl : this.dataUrl, | ... | ... |