remove debugPrint function

This commit is contained in:
unknown 2018-11-09 17:25:48 -08:00
parent 0160ab23ab
commit 4eab623fd8

View file

@ -6,10 +6,6 @@
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
debugPrint = function (message) {
console.log(message);
};
function DraggableNumber(min, max, step) {
this.min = min;
this.max = max;