Skip to content

Commit

Permalink
small clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Dec 29, 2021
1 parent 05656f2 commit f0f9e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/providers/k8s/kubeClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export class KubeClient extends Client {
];

for (const resourceType of resources) {
console.log(`adding ${resourceType.type}`);
// console.log(`adding ${resourceType.type}`);
for (const file of resourceType.files) {
await this.createStaticResource(file);
}
Expand Down
2 changes: 1 addition & 1 deletion src/test-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export async function run(testFile: string, provider: string, isCI: boolean = f
node.wsUri
)}#/explorer\n`
);
console.log(`Node prometheus link: ${node.prometheusUri}\n`);
console.log(`\t\t Node prometheus link: ${node.prometheusUri}\n`);
console.log("---\n");
}

Expand Down

0 comments on commit f0f9e1e

Please sign in to comment.