Removed superfluous debug logging

This commit is contained in:
Samuel Hawksby-Robinson 2020-11-18 12:42:26 +00:00 committed by Andrea Maria Piana
parent 7b230d5c9d
commit 4ddec82e49
1 changed files with 0 additions and 6 deletions

View File

@ -14,8 +14,6 @@ import (
"sync" "sync"
"time" "time"
"github.com/davecgh/go-spew/spew"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/common/hexutil"
ethcrypto "github.com/ethereum/go-ethereum/crypto" ethcrypto "github.com/ethereum/go-ethereum/crypto"
@ -1309,10 +1307,6 @@ func (b *GethStatusBackend) StoreIdentityImage(filepath string, aX, aY, bX, bY i
return "", err return "", err
} }
// TODO remove once debug has been resolved
spew.Dump(iis, filepath, aX, aY, bX, bY)
b.log.Debug("generated profile images", spew.Sdump(iis, filepath, aX, aY, bX, bY))
idb := images.NewDatabase(b.appDB) idb := images.NewDatabase(b.appDB)
err = idb.StoreIdentityImages(iis) err = idb.StoreIdentityImages(iis)
if err != nil { if err != nil {