From b17aec84a2b80fa14fba4530cd1649d734abea3f Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Fri, 2 Nov 2007 22:19:22 +0000 Subject: [PATCH] removed a log message --- content/hints.js | 1 - content/vimperator.xul | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/hints.js b/content/hints.js index dbeed959..fce12ab7 100644 --- a/content/hints.js +++ b/content/hints.js @@ -499,7 +499,6 @@ outer: canUpdate = true; showHints(null); - vimperator.log("hints.show(" + filter + ") took: " + (Date.now() - startDate) + "ms"); if (valid_hints.length == 0) { vimperator.beep(); diff --git a/content/vimperator.xul b/content/vimperator.xul index 172dcffc..c8679458 100644 --- a/content/vimperator.xul +++ b/content/vimperator.xul @@ -84,7 +84,7 @@ the terms of any one of the MPL, the GPL or the LGPL.