Remove log entries

This commit is contained in:
Paul Dino Jones 2025-03-26 11:58:39 -04:00
parent b380d44521
commit d1f43aace5
1 changed files with 0 additions and 2 deletions

View File

@ -251,9 +251,7 @@ int getconfigtouse2(const char* config_file_str, char* car, int sim)
{
slogt("inside first pass");
config_t cfg;
slogt("init");
config_init(&cfg);
slogt("init??");
if (!config_read_file(&cfg, config_file_str))
{
sloge("config read error on pass 1");