Fix VitePress site hierarchy

This commit is contained in:
Daniel Lovell
2024-10-02 00:51:39 -07:00
parent 78b349610f
commit dc811e0185
2 changed files with 5 additions and 8 deletions

View File

@@ -168,8 +168,6 @@ public class SimMonitor : MonoBehaviour
catch (IOException e)
{
Debug.LogWarning($"An IO error occurred while converting binary telemetry to CSV: {e.Message}");
//System.Threading.Thread.Sleep(1000);
//ConvertBinaryTelemetryToCsv(binaryFilePath, csvFilePath);
}
}