Skip to content

Commit 965efd4

Browse files
committed
[supervisor] Remove IDE not ready log (loop)
1 parent 8b224a0 commit 965efd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/supervisor/pkg/supervisor/supervisor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ func runIDEReadinessProbe(cfg *Config) {
574574
for {
575575
resp, err := client.Get(url)
576576
if err != nil {
577-
log.WithError(err).Info("IDE is not ready yet")
578577
continue
579578
}
580579
resp.Body.Close()

0 commit comments

Comments
 (0)