Skip to content

Commit

Permalink
Remove extraneous log statement in nvidia-vgpu-dm CLI
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Desiniotis <[email protected]>
  • Loading branch information
cdesiniotis committed Apr 17, 2024
1 parent 5a68d55 commit 62c0a2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/nvidia-vgpu-dm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ func main() {
return nil
}

log.Infof("version: %s", c.Version)

err := c.Run(os.Args)
if err != nil {
log.Fatalf(err.Error())
Expand Down

0 comments on commit 62c0a2e

Please sign in to comment.