[mod] remove too verbose useless debug log

This commit is contained in:
Laurent Peuch 2018-11-03 20:18:36 +01:00
parent f6ff9dca83
commit daaa26b8aa

View file

@ -40,7 +40,6 @@
},
methods: {
timestampToDate: function (timestamp) {
console.log(timestamp)
if (timestamp === null) return "";
return new Date(timestamp * 1000).toLocaleString()