gtx-cli 2.5.0-alpha.2 → 2.5.0-alpha.3

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.
@@ -51,7 +51,6 @@ export class SetupStep extends WorkflowStep {
51
51
  const pollInterval = 5000; // 5 seconds
52
52
  while (Date.now() - start < this.timeoutMs) {
53
53
  const status = await this.gt.checkJobStatus([this.setupJobId]);
54
- console.log(status);
55
54
  if (!status[0]) {
56
55
  this.spinner.stop(chalk.yellow('Setup status unknown — proceeding without setup'));
57
56
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gtx-cli",
3
- "version": "2.5.0-alpha.2",
3
+ "version": "2.5.0-alpha.3",
4
4
  "main": "dist/index.js",
5
5
  "bin": "dist/main.js",
6
6
  "files": [