fix: remove unused log import from tempproxy client
Leftover from removing EnsureClusterKeys() method. Caused compile failure preventing hot-dev from starting.
This commit is contained in:
parent
864a90e58a
commit
65b696f2d6
1 changed files with 0 additions and 2 deletions
|
|
@ -6,8 +6,6 @@ import (
|
||||||
"net"
|
"net"
|
||||||
"os"
|
"os"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/rs/zerolog/log"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue