Skip to content

Commit

Permalink
ok sleep is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
brensch committed Mar 11, 2022
1 parent 781e9a8 commit 9d8a483
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions solvo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ func DoGuess(w http.ResponseWriter, r *http.Request) {
Shout: RandomShout(),
}

time.Sleep(100 * time.Millisecond)

err = json.NewEncoder(w).Encode(guess)
if err != nil {
log.Println(err)
Expand Down

0 comments on commit 9d8a483

Please sign in to comment.