Преглед на файлове

Removed erroneeous warning

Tig преди 1 година
родител
ревизия
cb56d5f277
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      Terminal.Gui/Input/ShortcutHelper.cs

+ 1 - 2
Terminal.Gui/Input/ShortcutHelper.cs

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