diff options
| author | Stephen Blott | 2015-05-27 18:41:51 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-27 18:41:51 +0100 |
| commit | c60d334b27c54b445d622a4e5ed417991ef4673f (patch) | |
| tree | 71cea62eb00170f6d98b1ce799ecc5693bca643a | |
| parent | 47d48b3a786cbf155f2deba00d556d41e74651c8 (diff) | |
| download | vimium-c60d334b27c54b445d622a4e5ed417991ef4673f.tar.bz2 | |
Remove unintentionally pushed console.log()s.
| -rw-r--r-- | background_scripts/completion.coffee | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
