Skip to content

Commit

Permalink
Remove the debug log based on review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
krymtkts committed Jan 27, 2024
1 parent 5cf0170 commit 4337751
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pocof.Test/Pocof.fs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4337751

Please sign in to comment.