diff options
Diffstat (limited to 'src/hydrilla/server/config.json')
-rw-r--r-- | src/hydrilla/server/config.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hydrilla/server/config.json b/src/hydrilla/server/config.json index bde341c..e307548 100644 --- a/src/hydrilla/server/config.json +++ b/src/hydrilla/server/config.json @@ -28,9 +28,6 @@ // What port to listen on (if not being run through WSGI). "port": 10112, - // What localization to use for console messages and served HTML files. - "language": "en_US", - // Whether to exit upon emitting a warning. "werror": false } |