Widget: Remove debug output

This commit is contained in:
Raphael Michel
2019-01-22 17:23:13 +01:00
parent d181375479
commit 15a190cdf3

View File

@@ -29,7 +29,6 @@ var floatformat = function (val, places) {
var autofloatformat = function (val, places) {
"use strict";
console.log(val, roundTo(val, 0))
if (val == roundTo(val, 0)) {
places = 0;
}