Browse Source

remove debug console log

master
vnugent 11 months ago
parent
commit
d119d30457
No known key found for this signature in database
GPG Key ID: C282EAC569C07C91
  1. 1
      vite.config.ts

1
vite.config.ts

@ -6,7 +6,6 @@ import { execSync } from "child_process"; @@ -6,7 +6,6 @@ import { execSync } from "child_process";
function getAppVersionString() {
// if running in ci context, we can assume the package has been properly versioned
if (process.env.ALEXANDIRA_IS_CI_BUILD) {
console.info("Running in CI context, using package version");
return process.env.npm_package_version;
}

Loading…
Cancel
Save