Skip to content

Commit

Permalink
Remove logging I added while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sselph committed Jul 29, 2017
1 parent 4ead468 commit 0b25bee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ss/ss.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,5 @@ func GameInfo(ctx context.Context, dev DevInfo, user UserInfo, req GameInfoReq)
}
return nil, fmt.Errorf("ss: cannot parse response: %q", err)
}
log.Printf("%+v\n", r)
return r, nil
}

0 comments on commit 0b25bee

Please sign in to comment.