Remove old keymap comments about AcceptEditPrediction modifier changes (#24592)

Michael Sloan created

This was fixed in #24442

Release Notes:

- N/A

Change summary

assets/keymaps/default-linux.json | 1 -
assets/keymaps/default-macos.json | 1 -
2 files changed, 2 deletions(-)

Detailed changes

assets/keymaps/default-linux.json 🔗

@@ -505,7 +505,6 @@
   {
     "context": "Editor && edit_prediction",
     "bindings": {
-      // Changing the modifier currently breaks accepting while you also an LSP completions menu open
       "alt-enter": "editor::AcceptEditPrediction"
     }
   },

assets/keymaps/default-macos.json 🔗

@@ -583,7 +583,6 @@
   {
     "context": "Editor && edit_prediction",
     "bindings": {
-      // Changing the modifier currently breaks accepting while you also an LSP completions menu open
       "alt-tab": "editor::AcceptEditPrediction"
     }
   },