removing unneeded logging messages

This commit is contained in:
Adam Mollis 2018-03-13 16:00:34 -07:00
Родитель 37fdfd7d7b
Коммит 143eb18e16
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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();
});