mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] remove too verbose useless debug log
This commit is contained in:
parent
f6ff9dca83
commit
daaa26b8aa
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
timestampToDate: function (timestamp) {
|
timestampToDate: function (timestamp) {
|
||||||
console.log(timestamp)
|
|
||||||
if (timestamp === null) return "";
|
if (timestamp === null) return "";
|
||||||
|
|
||||||
return new Date(timestamp * 1000).toLocaleString()
|
return new Date(timestamp * 1000).toLocaleString()
|
||||||
|
|
Loading…
Add table
Reference in a new issue