mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 01:24:28 +02:00
Remove print statements
This commit is contained in:
parent
a3fa1e4ce8
commit
fc977e21e6
2 changed files with 0 additions and 2 deletions
|
@ -339,7 +339,6 @@ CameraManager = function() {
|
|||
// Last mode that was first or third person
|
||||
var lastAvatarCameraMode = "first person";
|
||||
Camera.modeUpdated.connect(function(newMode) {
|
||||
print("Camera mode has been updated: " + newMode);
|
||||
if (newMode == "first person" || newMode == "third person") {
|
||||
lastAvatarCameraMode = newMode;
|
||||
that.disable(true);
|
||||
|
|
|
@ -820,7 +820,6 @@ function applyEntityProperties(data) {
|
|||
var properties = data.createEntities[i].properties;
|
||||
var newEntityID = Entities.addEntity(properties);
|
||||
DELETED_ENTITY_MAP[entityID.id] = newEntityID;
|
||||
print(newEntityID.isKnownID);
|
||||
if (data.selectCreated) {
|
||||
selectedEntityIDs.push(newEntityID);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue