Skip to content

Commit

Permalink
Remove unnecessary version output in skywire-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Jan 29, 2020
1 parent d030716 commit 9014c82
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cmd/skywire-cli/skywire-cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,9 @@ CLI for skywire visor
package main

import (
"log"

"github.com/SkycoinProject/skywire-mainnet/cmd/skywire-cli/commands"
"github.com/SkycoinProject/skywire-mainnet/pkg/buildinfo"
)

func main() {
if _, err := buildinfo.Get().WriteTo(log.Writer()); err != nil {
log.Printf("Failed to output build info: %v", err)
}

commands.Execute()
}

0 comments on commit 9014c82

Please sign in to comment.