Skip to content

Commit

Permalink
add some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kejun Huang a.k.a Andy committed Jun 13, 2024
1 parent 6afd126 commit 4cbd4ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shibuya/controller/garbage.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func (c *Controller) CheckRunningThenTerminate() {
var collection *model.Collection
var ok bool
collection, ok = localCache[rp.CollectionID]
log.Info("handling: ", rp.CollectionID)
if !ok {
collection, err = model.GetCollection(rp.CollectionID)
if err != nil {
Expand Down

0 comments on commit 4cbd4ad

Please sign in to comment.