aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThunderMikey <mikecyj25@gmail.com>2018-03-23 10:00:16 +0000
committerps-george <george.punter15@imperial.ac.uk>2018-03-23 10:00:16 +0000
commit50e82edfcfcd695d08494bc3252d0204270f6d2b (patch)
tree76d8803d3c407a47384d6036d10062cc681f6ec3
parent28567ef3834c8675196c27d4a5b57065bceb5f7f (diff)
downloadFMark-50e82edfcfcd695d08494bc3252d0204270f6d2b.tar.gz
FMark-50e82edfcfcd695d08494bc3252d0204270f6d2b.zip
delete printfn in parser (#167)
-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)