From c60d334b27c54b445d622a4e5ed417991ef4673f Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 27 May 2015 18:41:51 +0100 Subject: Remove unintentionally pushed console.log()s. --- background_scripts/completion.coffee | 3 --- 1 file changed, 3 deletions(-) (limited to 'background_scripts/completion.coffee') diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index 669f4712..02c5478a 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -665,12 +665,9 @@ class MultiCompleter # Simplify URLs and remove duplicates (duplicate simplified URLs, that is). count = 0 seenUrls = {} - console.log "" suggestions = for suggestion in suggestions url = suggestion.shortenUrl() - console.log url - console.log suggestion.deDuplicate and seenUrls[url] continue if suggestion.deDuplicate and seenUrls[url] break if count++ == @maxResults seenUrls[url] = suggestion -- cgit v1.2.3