Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Feb 20, 2023
1 parent 2b2694f commit d7b397c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webdriver.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ func (w *webDriver) newSession(opts SessionOptions) (*Session, error) {
return nil, err
}

fmt.Println(string(data))

session := &Session{}
if err := json.Unmarshal(data, session); err != nil {
return nil, err
Expand Down

0 comments on commit d7b397c

Please sign in to comment.