settings: nuke verbose 2

This commit is contained in:
Manuel Araoz 2014-09-03 13:17:59 -03:00
commit f9a31ce9aa
7 changed files with 18 additions and 18 deletions

View file

@ -9,4 +9,10 @@ function Settings(opts) {
var self = this;
}
Settings.prototype.toObj = function() {
return {
}
};
module.exports = Settings;