From 3ab6d3f00a04a4b17759d346a29da690bd94ec6b Mon Sep 17 00:00:00 2001 From: Gustas <37534529+Punsho@users.noreply.github.com> Date: Tue, 5 Jul 2022 13:50:29 +0300 Subject: [PATCH] Remove map editor debug message --- OpenRA.Mods.Common/Widgets/Logic/Editor/SaveMapLogic.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenRA.Mods.Common/Widgets/Logic/Editor/SaveMapLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/Editor/SaveMapLogic.cs index 1b17238a76..c180272764 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/Editor/SaveMapLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/Editor/SaveMapLogic.cs @@ -190,9 +190,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic map.Save(package); - Console.WriteLine($"Saved current map at {combinedPath}"); Ui.CloseWindow(); - onSave(map.Uid); } catch (Exception e)