mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Removed erroneeous warning
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user