@qualcomm-ui/mdx-vite 2.10.0 → 2.10.1

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/cli.js CHANGED
@@ -5595,7 +5595,6 @@ var KnowledgeApi = class {
5595
5595
  import { config } from "dotenv";
5596
5596
  function loadEnv() {
5597
5597
  const options = program.optsWithGlobals();
5598
- console.debug(options);
5599
5598
  if (options.env) {
5600
5599
  config({ path: options.env });
5601
5600
  } else {