forked from Elara6331/itd
Remove debug print
This commit is contained in:
parent
f1a7a87ef8
commit
3689fcf889
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user