Skip to content

Commit

Permalink
remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
martha-johnston committed Nov 4, 2024
1 parent 5e04b6b commit ec50f7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ require (
go.viam.com/rdk v0.48.2
go.viam.com/utils v0.1.110
gotest.tools/gotestsum v1.10.0
periph.io/x/host/v3 v3.8.1-0.20230331112814-9f0d9f7d76db
)

require (
Expand Down Expand Up @@ -322,4 +321,5 @@ require (
mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f // indirect
nhooyr.io/websocket v1.8.7 // indirect
periph.io/x/conn/v3 v3.7.0 // indirect
periph.io/x/host/v3 v3.8.1-0.20230331112814-9f0d9f7d76db // indirect
)
2 changes: 0 additions & 2 deletions upboard/board.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ const modelName = "upboard"
// Model for viam supported upboard.
var Model = resource.NewModel("viam", "up", "upboard")

var logger = logging.NewLogger("test")

func init() {
gpioMappings, err := genericlinux.GetGPIOBoardMappings(modelName, boardInfoMappings)
var noBoardErr genericlinux.NoBoardFoundError
Expand Down

0 comments on commit ec50f7e

Please sign in to comment.