forked from Elara6331/itd
		
	Remove debug print
This commit is contained in:
		| @@ -20,7 +20,6 @@ package main | |||||||
|  |  | ||||||
| import ( | import ( | ||||||
| 	"errors" | 	"errors" | ||||||
| 	"fmt" |  | ||||||
| 	"io" | 	"io" | ||||||
| 	"net" | 	"net" | ||||||
| 	"os" | 	"os" | ||||||
| @@ -116,7 +115,6 @@ func (i *ITD) WatchHeartRate(ctx *server.Context) error { | |||||||
| 		for { | 		for { | ||||||
| 			select { | 			select { | ||||||
| 			case <-ctx.Done(): | 			case <-ctx.Done(): | ||||||
| 				fmt.Println("ctx done") |  | ||||||
| 				// Stop notifications if done signal received | 				// Stop notifications if done signal received | ||||||
| 				cancel() | 				cancel() | ||||||
| 				return | 				return | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user