Removed debugging output

This commit is contained in:
Eric Mansfield 2015-08-03 23:36:00 -06:00
parent 377be29eb6
commit a44ccd09bb

View File

@ -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);
},