From 889a062925c9f043592457bd072798f32d5a8cdd Mon Sep 17 00:00:00 2001 From: lance6716 Date: Thu, 3 Jun 2021 13:51:28 +0800 Subject: [PATCH] remove a TODO --- syncer/syncer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/syncer/syncer.go b/syncer/syncer.go index 3426dc94b6..8a2354cf39 100644 --- a/syncer/syncer.go +++ b/syncer/syncer.go @@ -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) {