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 ( 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