From 96b3fe093a57a77401f7c02c5387a8671273fc16 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 14 Aug 2007 15:23:07 +0000 Subject: [PATCH] don't echo an error message if no plugin directory is found --- chrome/content/vimperator/vimperator.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chrome/content/vimperator/vimperator.js b/chrome/content/vimperator/vimperator.js index 63cd816b..5610bc88 100644 --- a/chrome/content/vimperator/vimperator.js +++ b/chrome/content/vimperator/vimperator.js @@ -597,8 +597,7 @@ const vimperator = (function() //{{{ catch(e) { // thrown if directory does not exist - vimperator.echoerr(e); - vimperator.log(e); + //vimperator.log("Error sourcing plugin directory: " + e); } }, 50);