mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
remove debug output from table
This commit is contained in:
parent
98d27cbe59
commit
10fb7d2421
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ class WidgetTable extends Component {
|
|||
if (sig.direction === "out") {
|
||||
if (props.data[icID] != null && props.data[icID].output != null && props.data[icID].output.values != null) {
|
||||
if (props.data[icID].output.values[sig.index-1] !== undefined) {
|
||||
console.log("Table: sig", sig)
|
||||
let data = props.data[icID].output.values[sig.index-1];
|
||||
rows.push({
|
||||
name: sig.name,
|
||||
|
|
Loading…
Add table
Reference in a new issue