aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorStephen Blott2016-02-22 10:20:28 +0000
committerStephen Blott2016-02-22 10:20:28 +0000
commit8a540759e250f44dafa07daf90131f109f672c6a (patch)
tree805475792e3f8c43032c754e053bf74b677011c3 /pages
parent251496451907801c45b4b794a235030e6ab99ae2 (diff)
downloadvimium-8a540759e250f44dafa07daf90131f109f672c6a.tar.bz2
Add install date to logging page; remove console.log.
Diffstat (limited to 'pages')
-rw-r--r--pages/logging.coffee3
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()