Merge pull request #50 from QURIresearch/remove-log

Remove unnecessary log
This commit is contained in:
Sam Nolan 2022-03-22 11:48:55 +11:00 committed by GitHub
commit f470d9c9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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