Skip to content

Commit

Permalink
Merge pull request #24 from cdesiniotis/remove-unneeded-log
Browse files Browse the repository at this point in the history
Remove extraneous log statement in nvidia-vgpu-dm CLI
  • Loading branch information
cdesiniotis authored Apr 17, 2024
2 parents 5a68d55 + 62c0a2e commit 2870e30
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 2870e30

Please sign in to comment.