@dbcube/core 1.0.50 → 1.0.52

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.js CHANGED
@@ -628,7 +628,6 @@ var Engine = class {
628
628
  }
629
629
  async run(binary, args) {
630
630
  await this.initializeBinary();
631
- console.log(this.binary);
632
631
  if (!this.binary) {
633
632
  throw new Error("Binary not initialized");
634
633
  }