remove console

This commit is contained in:
2020-09-20 17:43:26 +02:00
parent 142685b306
commit 88ebc6b5dd

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