diff --git a/Assets/Scripts/DraggablePlaceholder.cs b/Assets/Scripts/DraggablePlaceholder.cs index 921a096..34adc50 100644 --- a/Assets/Scripts/DraggablePlaceholder.cs +++ b/Assets/Scripts/DraggablePlaceholder.cs @@ -72,7 +72,6 @@ public abstract class DraggablePlaceholder : MonoBehaviour foreach (var child in _outline.GetComponentsInChildren(true)) { - Debug.Log(child.name); child.color = getColor(); } } diff --git a/Assets/Scripts/LevelManager/LevelManager.cs b/Assets/Scripts/LevelManager/LevelManager.cs index 47dd88d..8037bf8 100644 --- a/Assets/Scripts/LevelManager/LevelManager.cs +++ b/Assets/Scripts/LevelManager/LevelManager.cs @@ -30,8 +30,6 @@ public class LevelManager : Singleton set; } - public Level _currentLevel; - public LevelManager() { _toAdd = new List();