From daaa26b8aacbac3b4ced115715798bcdf8208422 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 3 Nov 2018 20:18:36 +0100 Subject: [PATCH] [mod] remove too verbose useless debug log --- templates/apps.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/apps.html b/templates/apps.html index 866c25b..a110e85 100644 --- a/templates/apps.html +++ b/templates/apps.html @@ -40,7 +40,6 @@ }, methods: { timestampToDate: function (timestamp) { - console.log(timestamp) if (timestamp === null) return ""; return new Date(timestamp * 1000).toLocaleString()