diff --git a/Terminal.Gui/Input/ShortcutHelper.cs b/Terminal.Gui/Input/ShortcutHelper.cs index 5bd8ba05a..ea4aa2d8b 100644 --- a/Terminal.Gui/Input/ShortcutHelper.cs +++ b/Terminal.Gui/Input/ShortcutHelper.cs @@ -2,6 +2,7 @@ namespace Terminal.Gui; +// TODO: Nuke when #2975 is completed /// Represents a helper to manipulate shortcut keys used on views. public class ShortcutHelper { @@ -115,8 +116,6 @@ public class ShortcutHelper return true; } - Debug.WriteLine ($"WARNING: {Key.ToString (key)} is not a valid shortcut key."); - return false; }