From 98664d568b9fb28d1d28a6c0ad75475799a0e9e7 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 16 Sep 2014 04:53:46 -0400 Subject: [PATCH] feature(config) rm logs --- HELP.md | 1 - html/config.html | 1 - json/config.json | 1 - 3 files changed, 3 deletions(-) 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 @@
  • -
  • diff --git a/json/config.json b/json/config.json index fe83894a..2c8c3ccf 100644 --- a/json/config.json +++ b/json/config.json @@ -12,7 +12,6 @@ "minify": true, "online": true, "cache": true, - "logs": false, "showKeysPanel": true, "server": true, "socket": true,