From 09e9e234aae8c72aeb69b9b97b2cc9d19969e948 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 4 Apr 2023 23:36:24 -0700 Subject: [PATCH] Remove commented out code --- Meshtastic/Views/Nodes/DeviceMetricsLog.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Meshtastic/Views/Nodes/DeviceMetricsLog.swift b/Meshtastic/Views/Nodes/DeviceMetricsLog.swift index af91b9ce..1de2541c 100644 --- a/Meshtastic/Views/Nodes/DeviceMetricsLog.swift +++ b/Meshtastic/Views/Nodes/DeviceMetricsLog.swift @@ -76,9 +76,6 @@ struct DeviceMetricsLog: View { .chartXAxis(content: { AxisMarks(position: .top) }) - //.chartYAxis(.hidden) - //.frame(height: 400) - //.padding() .chartXAxis(.automatic) .chartForegroundStyleScale([ "Battery Level" : .blue,