@highstate/backend 0.9.29 → 0.9.31

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
@@ -4645,7 +4645,6 @@ var LocalPulumiHost = class _LocalPulumiHost {
4645
4645
  const { projectId, pulumiProjectName, pulumiStackName, projectPath, stackConfig, envVars } = options;
4646
4646
  return await this.lock.acquire(`${pulumiProjectName}.${pulumiStackName}`, async () => {
4647
4647
  const { LocalWorkspace } = await import('@pulumi/pulumi/automation/index.js');
4648
- console.log({ projectPath });
4649
4648
  const stack = await LocalWorkspace.createOrSelectStack(
4650
4649
  {
4651
4650
  stackName: pulumiStackName,