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
var lastMouseEvent = null;
that.mouseMoveEvent = function(event) {
print("Got mouse move event", JSON.stringify(event));
var wantDebug = false;
if (wantDebug) {
print("=============== eST::MouseMoveEvent BEG =======================");