From 4c27f424b2c408e422b2a835861da9a77b5a6867 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Sun, 1 May 2022 20:56:14 -0700 Subject: [PATCH] Remove debug print --- socket.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/socket.go b/socket.go index 43771a1..c1514a2 100644 --- a/socket.go +++ b/socket.go @@ -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