Skip to content

Commit d0a91ba

Browse files
committed
subscription: removed a print
1 parent eb0fdae commit d0a91ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subscription.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ func ExecuteSubscription(p ExecuteParams) chan *Result {
9595
if err := recover(); err != nil {
9696
e, ok := err.(error)
9797
if !ok {
98-
fmt.Println("strange program path")
9998
return
10099
}
101100
resultChannel <- &Result{

0 commit comments

Comments
 (0)