Skip to content

Commit d55b104

Browse files
authored
Merge pull request #217 from 0chain/fixes/challenges-misleading-message
Update worker.go
2 parents a501cdf + b8e5940 commit d55b104

File tree

1 file changed

+0
-1
lines changed
  • code/go/0chain.net/blobbercore/challenge

1 file changed

+0
-1
lines changed

code/go/0chain.net/blobbercore/challenge/worker.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ func SubmitProcessedChallenges(ctx context.Context) error {
4949
case <-ctx.Done():
5050
return ctx.Err()
5151
default:
52-
Logger.Info("Attempting to commit processed challenges...")
5352
rctx := datastore.GetStore().CreateTransaction(ctx)
5453
db := datastore.GetStore().GetTransaction(rctx)
5554
//lastChallengeRedeemed := &ChallengeEntity{}

0 commit comments

Comments
 (0)