mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 02:53:43 +02:00
Remove extraneous logging
This commit is contained in:
parent
32122a7c1f
commit
ae26c5fe9a
1 changed files with 0 additions and 1 deletions
|
@ -915,7 +915,6 @@ SelectionDisplay = (function() {
|
|||
// FUNCTION: MOUSE MOVE EVENT
|
||||
var lastMouseEvent = null;
|
||||
that.mouseMoveEvent = function(event) {
|
||||
print("Got mouse move event", JSON.stringify(event));
|
||||
var wantDebug = false;
|
||||
if (wantDebug) {
|
||||
print("=============== eST::MouseMoveEvent BEG =======================");
|
||||
|
|
Loading…
Reference in a new issue