From a3dddbfa244564d3e095479392b6673841e6198d Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Wed, 5 Jul 2023 16:19:25 -0500 Subject: [PATCH] Remove stray debug.log --- Source/Editor/CustomEditors/Editors/TagEditor.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Editor/CustomEditors/Editors/TagEditor.cs b/Source/Editor/CustomEditors/Editors/TagEditor.cs index 948663892..ab5fd5d1a 100644 --- a/Source/Editor/CustomEditors/Editors/TagEditor.cs +++ b/Source/Editor/CustomEditors/Editors/TagEditor.cs @@ -390,7 +390,6 @@ namespace FlaxEditor.CustomEditors.Editors if (addTagDropPanel.IsClosed) { - Debug.Log("Hit"); nameTextBox.BorderColor = Color.Transparent; nameTextBox.BorderSelectedColor = FlaxEngine.GUI.Style.Current.BackgroundSelected; return;