Undo unwanted change

This commit is contained in:
Wojtek Figat
2021-08-08 16:04:07 +02:00
parent a085531fda
commit edf98acae2

View File

@@ -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);