aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FMark/src/Common/Parser/Parser.fs1
1 files changed, 0 insertions, 1 deletions
diff --git a/FMark/src/Common/Parser/Parser.fs b/FMark/src/Common/Parser/Parser.fs
index caa561d..507bf73 100644
--- a/FMark/src/Common/Parser/Parser.fs
+++ b/FMark/src/Common/Parser/Parser.fs
@@ -230,7 +230,6 @@ let (|MatchTOC|_|) hdList toks =
|> List.map (fun x -> x |> trimWhitespaces)
|> Some
| _ -> None
- printfn "hdExList:%A" newHdExList
maxDepth, newHdExList
| _ -> maxDepth, hdExList
// state: (maxDepth, hdExList)