mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-08 18:45:14 -05:00
Remove logging from debugging
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user