mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 05:26:36 +00:00
Prevent debug value from printing on console
This commit is contained in:
parent
03129e7c93
commit
6afdc52483
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
package core
|
package core
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"math"
|
"math"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/common"
|
"github.com/ethereum/go-ethereum/common"
|
||||||
|
|
@ -80,7 +79,6 @@ func (self *Filter) Find() state.Logs {
|
||||||
|
|
||||||
done:
|
done:
|
||||||
for i := 0; block != nil; i++ {
|
for i := 0; block != nil; i++ {
|
||||||
fmt.Println(block.NumberU64() == 0)
|
|
||||||
// Quit on latest
|
// Quit on latest
|
||||||
switch {
|
switch {
|
||||||
case block.NumberU64() == 0:
|
case block.NumberU64() == 0:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue