@xuda.io/xuda-worker-bundle-min 1.3.1755 → 1.3.1756
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
|
@@ -7580,7 +7580,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
7580
7580
|
req: valP,
|
|
7581
7581
|
var_error_found,
|
|
7582
7582
|
};
|
|
7583
|
-
console.log('EXP>>>', results);
|
|
7583
|
+
// console.log('EXP>>>', results);
|
|
7584
7584
|
return results;
|
|
7585
7585
|
// return {
|
|
7586
7586
|
// result: ret,
|