mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 14:12:26 +02:00
remove debug prints
This commit is contained in:
parent
6bec948457
commit
20307af4fe
1 changed files with 0 additions and 3 deletions
|
@ -74,7 +74,6 @@
|
|||
}
|
||||
|
||||
function deleteCopy() {
|
||||
print("Delete copy");
|
||||
Entities.deleteEntity(_this.copy);
|
||||
}
|
||||
|
||||
|
@ -101,7 +100,6 @@
|
|||
_this.entityID = entityID;
|
||||
},
|
||||
startNearGrab: function(entityID, data) {
|
||||
print("start spring grab");
|
||||
createCopy();
|
||||
createSpringAction(TIMESCALE);
|
||||
makeOriginalInvisible();
|
||||
|
@ -110,7 +108,6 @@
|
|||
updateSpringAction(TIMESCALE);
|
||||
},
|
||||
releaseGrab: function() {
|
||||
print("end spring grab");
|
||||
deleteSpringAction();
|
||||
deleteCopy();
|
||||
makeOriginalVisible();
|
||||
|
|
Loading…
Reference in a new issue