diff --git a/HELP.md b/HELP.md index ebca94cb..9ffed198 100644 --- a/HELP.md +++ b/HELP.md @@ -239,7 +239,6 @@ All main configuration could be done via `json/config.json`. "minify" : true, /* minification of js,css,html and img */ "online" : true, /* load js files from cdn or local path */ "cache" : true, /* add cache-control */ - "logs" : false, /* logs or console ouput */ "showKeysPanel" : true, /* show classic panel with buttons of keys */ "server" : true, /* server mode or testing mode */ "socket" : true, /* enable web sockets */ diff --git a/html/config.html b/html/config.html index 78b16c52..8130cce3 100644 --- a/html/config.html +++ b/html/config.html @@ -12,7 +12,6 @@