Remove debug print

This commit is contained in:
Elara 2022-05-01 20:56:14 -07:00
parent 86fbef2e8a
commit 4c27f424b2
1 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ package main
import (
"errors"
"fmt"
"io"
"net"
"os"
@ -116,7 +115,6 @@ func (i *ITD) WatchHeartRate(ctx *server.Context) error {
for {
select {
case <-ctx.Done():
fmt.Println("ctx done")
// Stop notifications if done signal received
cancel()
return