Skip to content

Commit a3ed882

Browse files
committed
Remove debug prints
1 parent e906fbc commit a3ed882

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Firmware/RTK_Surveyor/menuMain.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,15 +340,11 @@ void factoryReset(bool alreadyHasSemaphore)
340340

341341
tasksStopUART2();
342342

343-
Serial.println("remove old files");
344-
345343
// Attempt to write to file system. This avoids collisions with file writing from other functions like
346344
// recordSystemSettingsToFile() and F9PSerialReadTask() if (settings.enableSD && online.microSD)
347345
//Don't check settings.enableSD - it could be corrupt
348346
if (online.microSD)
349347
{
350-
Serial.println("2 - remove old files");
351-
352348
if (alreadyHasSemaphore == true || xSemaphoreTake(sdCardSemaphore, fatSemaphore_longWait_ms) == pdPASS)
353349
{
354350
if (USE_SPI_MICROSD)

0 commit comments

Comments
 (0)