mm_os 2.3.1 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -439,9 +439,6 @@ Drive.prototype.handle = async function(push_topic, msg, topic, index) {
439
439
  var id = json.id;
440
440
  if (json.result && id) {
441
441
  var key = this.get_key(json.method, json.clientid, id);
442
- if (json.method.indexOf("nlock") !== -1) {
443
- console.log("相应咯", key);
444
- }
445
442
  var o = await this.exec(json.clientid, key, json.result);
446
443
  if (o) {
447
444
  return
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_os",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "这是超级美眉服务端框架,用于快速构建应用程序。",
5
5
  "main": "index.js",
6
6
  "scripts": {