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.
- package/core/com/mqtt/drive.js +0 -3
- package/package.json +1 -1
package/core/com/mqtt/drive.js
CHANGED
|
@@ -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
|