Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from filecoin-project/remove-timeout
Browse files Browse the repository at this point in the history
Remove unnecessary timeout
  • Loading branch information
bajtos authored May 30, 2022
2 parents 4f98ceb + 24e2f2d commit 8661370
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"net/http"
"os"
"strconv"
"time"

"github.com/gorilla/mux"
)
Expand Down Expand Up @@ -41,7 +40,6 @@ func main() {
}
}()

time.Sleep(1 * time.Second)
port = nl.Addr().(*net.TCPAddr).Port
fmt.Println("Server listening on", nl.Addr())
fmt.Printf("WebUI: http://localhost:%d/webui\n", port)
Expand Down

0 comments on commit 8661370

Please sign in to comment.