Skip to content

Commit a29773c

Browse files
committed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

polycode/runtime.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
"log"
1010
"os"
1111
"runtime/debug"
12-
"time"
1312
)
1413

1514
var serviceClient = NewServiceClient("http://127.0.0.1:9999")
@@ -119,7 +118,6 @@ func sendStartApp() {
119118
if err == nil {
120119
break
121120
}
122-
time.Sleep(5 * time.Millisecond)
123121
}
124122
}
125123

0 commit comments

Comments
 (0)