Remove debug code

This commit is contained in:
Elara 2021-12-11 22:23:01 -08:00
parent 69d1027f01
commit 03c3c6b22f
1 changed files with 0 additions and 1 deletions

View File

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