settings: nuke verbose 2
This commit is contained in:
parent
ecceb668e3
commit
f9a31ce9aa
7 changed files with 18 additions and 18 deletions
|
|
@ -9,4 +9,10 @@ function Settings(opts) {
|
|||
var self = this;
|
||||
}
|
||||
|
||||
Settings.prototype.toObj = function() {
|
||||
return {
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = Settings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue