We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0fdae commit d0a91baCopy full SHA for d0a91ba
subscription.go
@@ -95,7 +95,6 @@ func ExecuteSubscription(p ExecuteParams) chan *Result {
95
if err := recover(); err != nil {
96
e, ok := err.(error)
97
if !ok {
98
- fmt.Println("strange program path")
99
return
100
}
101
resultChannel <- &Result{
0 commit comments