Skip to content

Commit

Permalink
remove print log
Browse files Browse the repository at this point in the history
  • Loading branch information
xwjdsh committed Oct 14, 2017
1 parent 2702819 commit 5ac27b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package main
import (
"fmt"
"io/ioutil"
"log"
"os"
"os/exec"
"strings"
Expand Down Expand Up @@ -150,7 +149,6 @@ func runAction(c *cli.Context) error {
} else if tmpUser != "" {
user = tmpUser
}
log.Println(user, hostname, port)
session, err := createSession(c.Bool("password"), user, hostname, port, identityfile)
if err != nil {
printErrorFlag()
Expand Down

0 comments on commit 5ac27b0

Please # to comment.