rapid-spreadjs 1.0.63 → 1.0.64

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/dist/index.cjs.js CHANGED
@@ -12856,7 +12856,6 @@ const FormulaUtils = {
12856
12856
  //自定义函数逻辑
12857
12857
  cusFun.prototype.evaluate = function () {
12858
12858
  // 获取该自定义公式被引用单元格的索引
12859
- console.log('所有参数:', arguments);
12860
12859
  /**
12861
12860
  * 说明:
12862
12861
  * 如果isContext=true,则arguments的第一个参数为上下文参数,后面的参数才是自定义参数真正传入的参数