diff --git a/Source/Editor/Windows/GameCookerWindow.cs b/Source/Editor/Windows/GameCookerWindow.cs index e9b19c4a6..0a3573e5d 100644 --- a/Source/Editor/Windows/GameCookerWindow.cs +++ b/Source/Editor/Windows/GameCookerWindow.cs @@ -493,9 +493,6 @@ namespace FlaxEditor.Windows { if (type == GameCooker.EventType.BuildStarted) { - Debug.Log("Cooking started: " + (GameCooker.CurrentData.Preset ?? "null")); - Debug.Log("Cooking started: " + (GameCooker.CurrentData.PresetTarget ?? "null")); - // Execute pre-build action if (!string.IsNullOrEmpty(_preBuildAction)) ExecuteAction(_preBuildAction);