Remove log entries
This commit is contained in:
parent
b380d44521
commit
d1f43aace5
|
|
@ -251,9 +251,7 @@ int getconfigtouse2(const char* config_file_str, char* car, int sim)
|
||||||
{
|
{
|
||||||
slogt("inside first pass");
|
slogt("inside first pass");
|
||||||
config_t cfg;
|
config_t cfg;
|
||||||
slogt("init");
|
|
||||||
config_init(&cfg);
|
config_init(&cfg);
|
||||||
slogt("init??");
|
|
||||||
if (!config_read_file(&cfg, config_file_str))
|
if (!config_read_file(&cfg, config_file_str))
|
||||||
{
|
{
|
||||||
sloge("config read error on pass 1");
|
sloge("config read error on pass 1");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue