Remove extraneous print

This commit is contained in:
Ryan Huffman 2015-03-25 12:30:42 -07:00
parent b8174b164f
commit b5b1c5a90b

View file

@ -655,7 +655,6 @@ function mouseReleaseEvent(event) {
}
function mouseClickEvent(event) {
print("CLICK");
if (isActive && event.isLeftButton) {
var result = findClickedEntity(event);
if (result === null) {