From 43f1b1892cd7a6c3d60800238f4292d22f85a9c3 Mon Sep 17 00:00:00 2001 From: suxiaoxin Date: Sun, 15 Oct 2017 18:26:15 +0800 Subject: [PATCH] opti: del console info --- common/json-schema-mockjs.js | 42 +----------------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/common/json-schema-mockjs.js b/common/json-schema-mockjs.js index 72908469..7abdd562 100644 --- a/common/json-schema-mockjs.js +++ b/common/json-schema-mockjs.js @@ -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)) \ No newline at end of file +module.exports = jsf; \ No newline at end of file