testdriverai 7.2.33 → 7.2.34
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/agent/lib/commander.js +1 -4
- package/package.json +1 -1
package/agent/lib/commander.js
CHANGED
|
@@ -235,10 +235,7 @@ commands:
|
|
|
235
235
|
timestamp: Date.now(),
|
|
236
236
|
});
|
|
237
237
|
|
|
238
|
-
|
|
239
|
-
sdk.req("ran", { command: object.command, data: object }),
|
|
240
|
-
analytics.track("command", { data: object, depth, timing }),
|
|
241
|
-
]);
|
|
238
|
+
analytics.track("command", { data: object, depth, timing });
|
|
242
239
|
|
|
243
240
|
return response;
|
|
244
241
|
};
|