mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
internal/build: remove log
This commit is contained in:
parent
7d39afed04
commit
3acb4c1434
1 changed files with 0 additions and 1 deletions
|
|
@ -144,7 +144,6 @@ func Version(csdb *ChecksumDB, version string) (string, error) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if parts[0] == version {
|
if parts[0] == version {
|
||||||
log.Printf("Found version %q", parts[1])
|
|
||||||
return parts[1], nil
|
return parts[1], nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue