diff options
| author | Stephen Blott | 2016-02-22 10:20:28 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-02-22 10:20:28 +0000 | 
| commit | 8a540759e250f44dafa07daf90131f109f672c6a (patch) | |
| tree | 805475792e3f8c43032c754e053bf74b677011c3 /pages/logging.coffee | |
| parent | 251496451907801c45b4b794a235030e6ab99ae2 (diff) | |
| download | vimium-8a540759e250f44dafa07daf90131f109f672c6a.tar.bz2 | |
Add install date to logging page; remove console.log.
Diffstat (limited to 'pages/logging.coffee')
| -rw-r--r-- | pages/logging.coffee | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/pages/logging.coffee b/pages/logging.coffee index 473499b8..7950cc6c 100644 --- a/pages/logging.coffee +++ b/pages/logging.coffee @@ -3,8 +3,5 @@ $ = (id) -> document.getElementById id  document.addEventListener "DOMContentLoaded", ->    $("vimiumVersion").innerText = Utils.getCurrentVersion()    chrome.storage.local.get "installDate", (items) -> -    console.log new Date -    console.log items -    console.log items.installDate, items.installDate.toString()      $("installDate").innerText = items.installDate.toString() | 
