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