mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
remove debug logs
This commit is contained in:
parent
e2f114b19b
commit
69ee62820f
1 changed files with 0 additions and 2 deletions
|
|
@ -59,8 +59,6 @@ type Request struct {
|
|||
}
|
||||
|
||||
func NewHeimdallClient(urlString string, timeout time.Duration) *HeimdallClient {
|
||||
// REMOVE BEFORE PR
|
||||
log.Info("############### timeout set on heimdall client", "valueSetByConfig", timeout)
|
||||
return &HeimdallClient{
|
||||
urlString: urlString,
|
||||
client: http.Client{
|
||||
|
|
|
|||
Loading…
Reference in a new issue