mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-23 19:06:31 +00:00
Don;t log deprecation warning for own logic
This commit is contained in:
@@ -9,6 +9,10 @@ var Config = require('../models/config');
|
||||
*/
|
||||
function decodeGlobal(config, result) {
|
||||
var values = result.values;
|
||||
|
||||
delete values.generator;
|
||||
delete values.output;
|
||||
|
||||
return Config.updateValues(config, values);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user