Skip to content

Commit

Permalink
fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyufan2 authored and vipul-21 committed Sep 22, 2023
1 parent 729ba91 commit 8d8df58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions platform/os_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ import (
"strings"
"time"

zaplog "github.com/Azure/azure-container-networking/cni/log"
"github.com/Azure/azure-container-networking/log"
"go.uber.org/zap"
)

var logger = zaplog.CNILogger.With(zap.String("component", "platform-linux"))

const (
// CNMRuntimePath is the path where CNM state files are stored.
CNMRuntimePath = "/var/lib/azure-network/"
Expand Down

0 comments on commit 8d8df58

Please sign in to comment.