mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
Removed debugging output
This commit is contained in:
parent
377be29eb6
commit
a44ccd09bb
@ -37,7 +37,6 @@ function factory(type, config, load, typed) {
|
||||
|
||||
'number, Unit': function (x, y) {
|
||||
var xUnit = new type.Unit(x);
|
||||
console.log(xUnit);
|
||||
return xUnit.divide(y);
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user