@xuda.io/xuda-worker-bundle-min 1.3.2328 → 1.3.2329
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4162,7 +4162,7 @@ func.utils.debug.log = async function (SESSION_ID, node_idP, jsonP) {
|
|
|
4162
4162
|
const debug_utils = await func.common.get_module(SESSION_ID, 'xuda-debug-utils-module.mjs');
|
|
4163
4163
|
|
|
4164
4164
|
debug_utils.log(SESSION_ID, node_idP, jsonP);
|
|
4165
|
-
console.error(jsonP);
|
|
4165
|
+
// console.error(jsonP);
|
|
4166
4166
|
};
|
|
4167
4167
|
func.utils.debug.write = async function (SESSION_ID, logP, callbackP) {
|
|
4168
4168
|
if (!glb.DEBUG_MODE) return;
|