remove console

This commit is contained in:
cupcakearmy 2020-09-20 17:43:26 +02:00
parent 142685b306
commit 88ebc6b5dd
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
const date = new Date(random(start, end))
const timestamp = normalizeTimestamp(date)
const seconds = random(15 * 60)
// console.log(host, date, seconds)
await insertLog({ host, timestamp, seconds })
}
}