Skip to content

Commit

Permalink
fix(k8s): remove the tick
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 authored and edvald committed Nov 12, 2019
1 parent 58e374d commit 7fa781c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion garden-service/src/plugins/kubernetes/run.ts
Expand Up @@ -414,7 +414,6 @@ export class PodRunner extends PodRunnerParams {

// Wait for Pod to be ready
while (true) {
console.log("tick")
await sleep(250)

try {
Expand Down

0 comments on commit 7fa781c

Please sign in to comment.