Skip to content

Commit

Permalink
Resolved conflicts. Removed unwanted console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
chilaraiSxt committed Apr 28, 2024
1 parent 4e70eba commit 6c853a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"fmt"
"log"
"os"
"strings"

"github.com/spaceandtimelabs/SxT-Go-SDK/authentication"
"github.com/spaceandtimelabs/SxT-Go-SDK/authorization"
Expand Down Expand Up @@ -131,8 +130,6 @@ func main() {
inputPrivKey := flag.String("privkey", "", "(Optional) Standard base64 encoded private key. But if provided, the remaining values are required")
flag.Parse()

xx := strings.HasSuffix(os.Args[0], ".test")
println("~~XX", xx)

/*************************************
// Authentication Block
Expand Down

0 comments on commit 6c853a9

Please sign in to comment.