remove unnecessary print statement

This commit is contained in:
Eric Levin 2015-04-07 19:35:41 -07:00
parent 9c220b3e9b
commit a16f6c2ce4

View file

@ -29,7 +29,6 @@
}
this.clickReleaseOnEntity = function(entityId, mouseEvent) {
print("ENTITY CLICK")
if (!mouseEvent.isLeftButton) {
return;
}