opti: del console info

This commit is contained in:
suxiaoxin 2017-10-15 18:26:15 +08:00
parent bc4591d409
commit 43f1b1892c

View File

@ -1110,44 +1110,4 @@ jsf.locate = function (name) {
var VERSION = "0.5.0-rc11";
jsf.version = VERSION;
module.exports = jsf;
var a = {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"format": "int64"
},
"username": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"email": {
"type": "string"
},
"password": {
"type": "string"
},
"phone": {
"type": "string"
},
"userStatus": {
"type": "integer",
"format": "int32",
"description": "User Status"
}
},
"xml": {
"name": "User"
}
}
}
console.log(jsf(a))
module.exports = jsf;