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()