Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gomisha committed Oct 16, 2023
1 parent fcba49b commit 60c3e4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func (s *Store) InterceptUnary(ctx context.Context, method string, req, res inte
attrs := []trace.KeyValue{
trace.String("method", trace.GetMethodName(method)),
}

callerID := ""
caller := ctx.Value(callerContextKey)
if caller != nil {
Expand Down
1 change: 0 additions & 1 deletion state/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ outer:
continue
}
for idx, _ := range eventHashes {
//for idx, eventHash := range eventHashes {
chunk := execResult.Chunks[idx]
if chunk == nil {
log.Errorf(
Expand Down

0 comments on commit 60c3e4e

Please sign in to comment.