Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
weiguo committed Feb 22, 2019
1 parent 501ec72 commit eb6da1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/sqlflowserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ func TestSQL(t *testing.T) {
stream, err := c.Run(ctx, &pb.Request{Sql: s})
a.NoError(err)
for {
rsp, err := stream.Recv()
log.Fatalf("999999999999999\nrsp:%v\nerr:%v\n", rsp, err)
_, err := stream.Recv()
if err == io.EOF {
break
}
Expand Down

0 comments on commit eb6da1d

Please sign in to comment.