Skip to content

Commit

Permalink
remove extra console logs for debuging
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 13, 2024
1 parent 35e3cfd commit c92e3fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clients/js/packages/client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,9 @@ export class StarshipClient implements StarshipClientI {

public async waitForPods(): Promise<void> {
const podNames = this.getPodNames();
this.log(`pod names: ${podNames}`);

// Check the status of each pod retrieved
podNames.forEach(podName => {
console.log(`Checking status of pod: ${podName}`);
this.checkPodStatus(podName);
});

Expand Down

0 comments on commit c92e3fc

Please sign in to comment.