Skip to content

Commit

Permalink
[build][refactor] refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpiger committed Jul 1, 2024
1 parent a18e2dc commit b02dd9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/driver/internal/inflight.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package internal

import (
"k8s.io/klog/v2"
"sync"
)

Expand Down Expand Up @@ -41,5 +40,4 @@ func (db *InFlight) Delete(key string) {
defer db.mux.Unlock()

delete(db.inFlight, key)
klog.V(4).InfoS("Node Service: volume operation finished", "key", key)
}

0 comments on commit b02dd9a

Please sign in to comment.