removing unneeded logging messages
This commit is contained in:
Родитель
37fdfd7d7b
Коммит
143eb18e16
|
@ -104,7 +104,6 @@ public class MasterController : ImprovedSingletonBehavior<MasterController>
|
|||
{
|
||||
if (isPlacingStage)
|
||||
{
|
||||
Debug.Log("[ToDo ReMove ] [Anchor] Manually placing stage");
|
||||
SpatialMappingManager.StopObserver();
|
||||
isPlacingStage = false;
|
||||
StageManager.SetPreviewMode(false);
|
||||
|
|
|
@ -32,7 +32,6 @@ namespace Persistence
|
|||
|
||||
keywords.Add("reset stage position", () =>
|
||||
{
|
||||
Debug.Log("[todo REMOVE] [Anchor] voice command resetting position.");
|
||||
MasterController.Instance.SetDefaultStagePosition();
|
||||
});
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче