@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.cjs CHANGED
@@ -672,7 +672,6 @@ var Engine = class {
672
672
  }
673
673
  async run(binary, args) {
674
674
  await this.initializeBinary();
675
- console.log(this.binary);
676
675
  if (!this.binary) {
677
676
  throw new Error("Binary not initialized");
678
677
  }