removed committed code

This commit is contained in:
Dante Ruiz 2017-01-10 23:26:37 +00:00
parent d0baa0e303
commit 0b3a7d90f1

View file

@ -1235,8 +1235,6 @@ function MyController(hand) {
var name = entityPropertiesCache.getProps(entity).name;
if (name == "homeButton") {
Messages.sendLocalMessage("home", entity);
//this.grabbedEntity = entity;
//this.setState(STATE_ENTITY_STYLUS_TOUCHING, "begin touching entity '" + name + "'");
}
}
};