FS-8608 remove nonexistant option, found during config audit

This commit is contained in:
Brian West 2016-08-22 15:27:37 -05:00
parent 88da109bc1
commit 3c3c6ba512
1 changed files with 0 additions and 2 deletions

View File

@ -141,8 +141,6 @@ static switch_status_t load_config(void)
globals.nameserver[inameserver] = (char *) val;
inameserver++;
}
} else if (!strcasecmp(var, "log-level-trace")) {
}
}
}