grid2: remove outdated comment

This commit is contained in:
c9s 2023-03-03 19:21:23 +08:00
parent e2435f1fc0
commit 9d1da7c847
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -1611,7 +1611,6 @@ func (s *Strategy) getWriteContext(fallbackCtxList ...context.Context) context.C
return s.writeCtx
}
// fallback to context background
for _, c := range fallbackCtxList {
if c != nil {
return c