mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 16:36:54 +02:00
remove debugPrint function
This commit is contained in:
parent
0160ab23ab
commit
4eab623fd8
1 changed files with 0 additions and 4 deletions
|
@ -6,10 +6,6 @@
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// 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) {
|
function DraggableNumber(min, max, step) {
|
||||||
this.min = min;
|
this.min = min;
|
||||||
this.max = max;
|
this.max = max;
|
||||||
|
|
Loading…
Reference in a new issue