Skip to content

Commit ab87417

Browse files
committed
subscription: removed a print
1 parent 77ab10b commit ab87417

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

subscription.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ func ExecuteSubscription(p ExecuteParams) chan *Result {
243243
for {
244244
select {
245245
case <-p.Context.Done():
246-
// TODO send the context error to the resultchannel?
247246
return
248247

249248
case res, more := <-sub:
@@ -254,7 +253,6 @@ func ExecuteSubscription(p ExecuteParams) chan *Result {
254253
}
255254
}
256255
default:
257-
fmt.Println(fieldResult)
258256
resultChannel <- mapSourceToResponse(fieldResult)
259257
return
260258
}

0 commit comments

Comments
 (0)