Skip to content

Commit

Permalink
Merge pull request #83 from eniac-x-labs/feature/bug-fix
Browse files Browse the repository at this point in the history
rm log
  • Loading branch information
tiantianlikeu authored Mar 15, 2024
2 parents 1ad19b4 + cd00b41 commit 5224485
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worker/point_worker/point_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func (pw *PointWorker) pointsByBridge() error {
address := bridgeRecord.FromAddress
guid := bridgeRecord.GUID
points, err := pw.airDropRpcService.SubmitDppLinkPoints("", "0", address.String())
log.Info("pointsByBridge points", "points", points, "err", err)
if err != nil {
return err
}
Expand Down

0 comments on commit 5224485

Please sign in to comment.