mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 21:46:36 +00:00
Remove debug log
This commit is contained in:
parent
053d5552ab
commit
ac473a8623
1 changed files with 0 additions and 1 deletions
|
|
@ -1055,7 +1055,6 @@ func (v Verbose) Infoln(args ...interface{}) {
|
||||||
// Infof is equivalent to the global Infof function, guarded by the value of v.
|
// Infof is equivalent to the global Infof function, guarded by the value of v.
|
||||||
// See the documentation of V for usage.
|
// See the documentation of V for usage.
|
||||||
func (v Verbose) Infof(format string, args ...interface{}) {
|
func (v Verbose) Infof(format string, args ...interface{}) {
|
||||||
fmt.Println(v)
|
|
||||||
if v {
|
if v {
|
||||||
logging.printf(infoLog, format, args...)
|
logging.printf(infoLog, format, args...)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue