Removed erroneeous warning

This commit is contained in:
Tig
2024-06-20 16:06:13 -07:00
parent 5f448a6f9a
commit cb56d5f277

View File

@@ -2,6 +2,7 @@
namespace Terminal.Gui;
// TODO: Nuke when #2975 is completed
/// <summary>Represents a helper to manipulate shortcut keys used on views.</summary>
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;
}