From 03c3c6b22f204c707a84e20d1bc62121205bfa8c Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Sat, 11 Dec 2021 22:23:01 -0800 Subject: [PATCH] Remove debug code --- socket.go | 1 - 1 file changed, 1 deletion(-) diff --git a/socket.go b/socket.go index 25152ee..fa31629 100644 --- a/socket.go +++ b/socket.go @@ -564,7 +564,6 @@ func handleConnection(conn net.Conn, dev *infinitime.Device, fs *blefs.FS) { json.NewEncoder(conn).Encode(types.Response{Type: req.Type}) case types.FSTypeRead: - fmt.Println(scanner.Text(), reqData) if len(reqData.Files) != 2 { connErr(conn, req.Type, nil, "Read FS command requires a path to the file to read") break