Skip to content

Commit

Permalink
drop Config.Logger
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <[email protected]>
  • Loading branch information
florianl committed Dec 27, 2024
1 parent 72197c3 commit f01d77d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package tc

import (
"errors"
"log"
)

// Various errors
Expand All @@ -27,9 +26,6 @@ var (
type Config struct {
// NetNS defines the network namespace
NetNS int

// Interface to log internals
Logger *log.Logger
}

// Constants to define the direction
Expand Down

0 comments on commit f01d77d

Please sign in to comment.