Bug 566192 - Keybinding conflict with Clear Console command

Remove Ctrl+L key binding for "Clear Console" command, this causes
conflicts with editor "go to line" command.

Change-Id: I451d1e808edf5f5e98d27f275e21797280c94076
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 7739ce4..184ad06 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2066,12 +2066,6 @@
    </extension>
    <extension point="org.eclipse.ui.bindings">
      <key
-           commandId="org.eclipse.debug.ui.commands.console.clear"
-           contextId="org.eclipse.ui.console.ConsoleView"
-           schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
-           sequence="M1+L">
-     </key>
-     <key
             sequence="M2+F5"
             
             commandId="org.eclipse.debug.ui.commands.ToggleStepFilters"