Remove unnecessary log

This commit is contained in:
Sam Nolan 2022-03-22 11:13:50 +11:00
parent 7ccaf6c882
commit ad48497cc3

View File

@ -297,7 +297,6 @@ let fromString2 = str => {
)
let value = E.R.bind(mathJsParse, MathAdtToDistDst.run)
Js.log2(mathJsParse, value)
value
}