From a238a6863892db000ebd15fc48dfc657668b5bf5 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sun, 14 Aug 2022 17:46:19 +0200 Subject: [PATCH] Chore: remove log --- resources/qml/Components/SpeedFlowChart.qml | 1 - 1 file changed, 1 deletion(-) 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 {