Skip to content

Commit

Permalink
Removes unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pote committed Aug 4, 2016
1 parent 363bd7d commit 554bc4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ func existingSession(session string) bool {
return false
}

fmt.Printf("%+v\n", bytes)
sessionName := fmt.Sprintf("\"%s\"", session)
for _, line := range strings.Split(string(bytes), "\n") {
if sessionName == line {
Expand Down

0 comments on commit 554bc4a

Please sign in to comment.