Remove extraneous logging

This commit is contained in:
Ryan Huffman 2018-07-20 11:38:02 -07:00
parent 32122a7c1f
commit ae26c5fe9a

View file

@ -915,7 +915,6 @@ SelectionDisplay = (function() {
// FUNCTION: MOUSE MOVE EVENT // FUNCTION: MOUSE MOVE EVENT
var lastMouseEvent = null; var lastMouseEvent = null;
that.mouseMoveEvent = function(event) { that.mouseMoveEvent = function(event) {
print("Got mouse move event", JSON.stringify(event));
var wantDebug = false; var wantDebug = false;
if (wantDebug) { if (wantDebug) {
print("=============== eST::MouseMoveEvent BEG ======================="); print("=============== eST::MouseMoveEvent BEG =======================");