1
0
Fork 0
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:
Sonja Happ 2020-09-30 17:00:13 +02:00
parent 98d27cbe59
commit 10fb7d2421

View file

@ -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,