From edf98acae21fd581df60c172e68438aa93482524 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Sun, 8 Aug 2021 16:04:07 +0200 Subject: [PATCH] Undo unwanted change --- Source/Editor/Windows/GameCookerWindow.cs | 3 --- 1 file changed, 3 deletions(-) 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);