Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
acud committed Mar 15, 2021
1 parent c2ad245 commit 78ebe84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/localstore/mode_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package localstore
import (
"context"
"errors"
"fmt"
"time"

"github.com/syndtr/goleveldb/leveldb"
Expand Down Expand Up @@ -112,7 +111,6 @@ func (db *DB) set(mode storage.ModeSet, addrs ...swarm.Address) (err error) {
if err != nil {
return err
}
fmt.Println("set: inc ", gcSizeChange)

err = db.shed.WriteBatch(batch)
if err != nil {
Expand Down

0 comments on commit 78ebe84

Please sign in to comment.