From 4337751fb2d9f64847ad6383af88b7eec612dd60 Mon Sep 17 00:00:00 2001 From: krymtkts Date: Sat, 27 Jan 2024 16:19:05 +0900 Subject: [PATCH] Remove the debug log based on review comments. --- src/pocof.Test/Pocof.fs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pocof.Test/Pocof.fs b/src/pocof.Test/Pocof.fs index 328432f5..19304b6b 100644 --- a/src/pocof.Test/Pocof.fs +++ b/src/pocof.Test/Pocof.fs @@ -237,7 +237,6 @@ module loop = getLengthInBufferCells = String.length } let actual = loop args input state pos context - pocof.PocofDebug.Logger.logFile [ $"""actual length '{String.Join(",", actual)}'""" ] actual |> List.length |> shouldEqual 1 actual.[0] = results.[0] |> shouldEqual true