Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jan 23, 2025
1 parent c297b8a commit c9aad75
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions plugin/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ import (
"github.com/asaskevich/EventBus"
"github.com/benbjohnson/clock"
"github.com/evcc-io/evcc/api"
"github.com/evcc-io/evcc/util"
)

var (
bus = EventBus.New()
log = util.NewLogger("cache")
)
var bus = EventBus.New()

const (
reset = "reset"
Expand Down

0 comments on commit c9aad75

Please sign in to comment.