Skip to content

Commit

Permalink
removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zveinn committed Oct 10, 2024
1 parent 0a3b39c commit 8f52b02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ func GetTest(ctx context.Context, c shared.Config) (err error) {
})

if c.Output != "" {
fmt.Println("saving:", c.Output)
f, err := os.Create(c.Output)
if err != nil {
return err
Expand Down
1 change: 0 additions & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ func sendAndSaveData(t *test) (err error) {
continue
}

fmt.Println("sending!!!")
err = t.cons[i].WriteJSON(wss)
if err != nil {
if t.Config.Debug {
Expand Down

0 comments on commit 8f52b02

Please sign in to comment.