Skip to content

Commit

Permalink
remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Jun 24, 2020
1 parent a4310af commit 6c14f84
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ package sncli
import (
"os"
"strings"

"github.com/jonhadfield/gosn-v2"
)

var (
sInput = gosn.SignInInput{
Email: os.Getenv("SN_EMAIL"),
Password: os.Getenv("SN_PASSWORD"),
APIServer: os.Getenv("SN_SERVER"),
}
)

func removeDB(dbPath string) {
Expand Down

0 comments on commit 6c14f84

Please sign in to comment.