From 0a8f5d1a5a0b4bf2430d34de6447980e30fca6c7 Mon Sep 17 00:00:00 2001 From: Felix Boucher Date: Sat, 3 Jun 2023 09:42:50 -0400 Subject: [PATCH] some last moment fixes --- Assets/Scripts/DraggablePlaceholder.cs | 1 - Assets/Scripts/LevelManager/LevelManager.cs | 2 -- 2 files changed, 3 deletions(-) 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();