diff --git a/resources/qml/Components/SpeedFlowChart.qml b/resources/qml/Components/SpeedFlowChart.qml index 04b674f..112efe9 100644 --- a/resources/qml/Components/SpeedFlowChart.qml +++ b/resources/qml/Components/SpeedFlowChart.qml @@ -56,7 +56,6 @@ Item { } / ${flowchartResult.rounds[l - 2].roundName}`; flowchartResult.rounds.pop(); control.allFlowchartData = flowchartResult - console.log(JSON.stringify(flowchartResult, null, 2)) } ListView {