From d693f8afbb110e26da30f58c3bf00e9ef6cc08d8 Mon Sep 17 00:00:00 2001 From: J-D-K Date: Sun, 12 Feb 2023 09:16:37 -0500 Subject: [PATCH] Remove logging from debugging --- src/cfg.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cfg.cpp b/src/cfg.cpp index 1d541c0..a77879f 100644 --- a/src/cfg.cpp +++ b/src/cfg.cpp @@ -302,7 +302,6 @@ static void loadDriveConfig() if(itemName.find("client_secret") != itemName.npos) { clientSecretPath = "/config/JKSV/" + cfgList.getItem(i); - fs::logWrite("client_secret found: %s\n", clientSecretPath.c_str()); break; } }