FS-8608 remove nonexistant option, found during config audit
This commit is contained in:
parent
88da109bc1
commit
3c3c6ba512
|
@ -141,8 +141,6 @@ static switch_status_t load_config(void)
|
|||
globals.nameserver[inameserver] = (char *) val;
|
||||
inameserver++;
|
||||
}
|
||||
} else if (!strcasecmp(var, "log-level-trace")) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue