aboutsummaryrefslogtreecommitdiffstats
path: root/core/lattice.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/lattice.go')
-rw-r--r--core/lattice.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/lattice.go b/core/lattice.go
index 634ed8b..7b66bd5 100644
--- a/core/lattice.go
+++ b/core/lattice.go
@@ -146,7 +146,6 @@ func (l *Lattice) SanityCheck(b *types.Block) (err error) {
if _, ok := err.(*ErrAckingBlockNotExists); ok {
err = ErrRetrySanityCheckLater
}
- l.logger.Error("Sanity Check failed", "error", err)
return
}
return