Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas.labarussias committed Jul 27, 2020
1 parent c173a9c commit d8c45d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"bufio"
"encoding/json"
"flag"
"fmt"
"log"
"os"
"regexp"
Expand Down Expand Up @@ -84,9 +83,6 @@ R:
sess.Config.Region = aws.String("eu-west-1")
}

fmt.Println(*sess.Config.Region)
os.Exit(0)

if *instance != "" {
startSSH(*instance, region, profile, portNumber, localPortNumber, source, destination, sess)
} else {
Expand Down

0 comments on commit d8c45d0

Please sign in to comment.