remove unused toPath

This commit is contained in:
Joe Fleming 2016-03-17 11:32:16 -07:00
parent f7cc5f12f0
commit 765185f1ee

View file

@ -70,7 +70,6 @@ module.exports = class Config {
let initialVals = _.get(this[pendingSets], key);
if (initialVals) {
this.set(key, initialVals);
const path = toPath(key);
unset(this[pendingSets], key);
} else {
this._commit(this[vals]);