mirror of
https://github.com/cupcakearmy/ora.git
synced 2024-12-21 23:56:31 +00:00
remove console
This commit is contained in:
parent
142685b306
commit
88ebc6b5dd
@ -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 })
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user