diff --git a/chrome/content/vimperator/mappings.js b/chrome/content/vimperator/mappings.js index 9f5678f0..b8b0fcf2 100644 --- a/chrome/content/vimperator/mappings.js +++ b/chrome/content/vimperator/mappings.js @@ -576,7 +576,6 @@ function Mappings() //{{{ { var sel = window.content.document.getSelection(); vimperator.copyToClipboard(sel); - vimperator.echo("Yanked " + sel); }, { short_help: "Copy selected text",