From 9e064eb56446a1f7999731c80991f809774734e7 Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 21 Jan 2024 21:48:04 +0100 Subject: [PATCH] remove comments --- lib_standalone/FSPersistence.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib_standalone/FSPersistence.h b/lib_standalone/FSPersistence.h index df37ef67f..1b8a68c49 100644 --- a/lib_standalone/FSPersistence.h +++ b/lib_standalone/FSPersistence.h @@ -18,9 +18,9 @@ class FSPersistence { } void readFromFS() { - Serial.println(); - Serial.print("Fake reading file "); - Serial.println(_filePath); + // Serial.println(); + // Serial.print("Fake reading file "); + // Serial.println(_filePath); applyDefaults(); }