Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
remove a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lance6716 committed Jun 3, 2021
1 parent 7ab81ea commit 889a062
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion syncer/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,6 @@ func (s *Syncer) Run(ctx context.Context) (err error) {
}

if err != nil {
// TODO: wrap the error with terror, and attach binlog position
tctx.L().Error("fail to fetch binlog", log.ShortError(err))

if isConnectionRefusedError(err) {
Expand Down

0 comments on commit 889a062

Please sign in to comment.