Skip to content

Commit

Permalink
fix: removed artificial time.sleep statement from playground
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonhayes committed Oct 23, 2024
1 parent c5ce8ff commit c51ff9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/substation/playground.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ func handleRun(w http.ResponseWriter, r *http.Request) {
return
}

time.Sleep(5 * time.Second)

var request struct {
Config string `json:"config"`
Input string `json:"input"`
Expand Down

0 comments on commit c51ff9c

Please sign in to comment.