removed xmlfilever from config, since not used

This commit is contained in:
Blake Harnden 2019-09-30 10:36:27 -07:00
parent 1fb99e8690
commit 6b43c00031
3 changed files with 6 additions and 8 deletions

View file

@ -93,7 +93,6 @@ def get_merged_config(filename):
defaults = {
"port": "%d" % enumerations.CORE_API_PORT,
"listenaddr": "localhost",
"xmlfilever": "1.0",
"numthreads": "1",
"grpcport": "50051",
"grpcaddress": "localhost",