Skip to content

Commit 60c3e4e

Browse files
committed
clean up
1 parent fcba49b commit 60c3e4e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cache/cache.go

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ func (s *Store) InterceptUnary(ctx context.Context, method string, req, res inte
6060
attrs := []trace.KeyValue{
6161
trace.String("method", trace.GetMethodName(method)),
6262
}
63-
6463
callerID := ""
6564
caller := ctx.Value(callerContextKey)
6665
if caller != nil {

state/process.go

-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ outer:
305305
continue
306306
}
307307
for idx, _ := range eventHashes {
308-
//for idx, eventHash := range eventHashes {
309308
chunk := execResult.Chunks[idx]
310309
if chunk == nil {
311310
log.Errorf(

0 commit comments

Comments
 (0)