mirror of
https://github.com/cupcakearmy/ora.git
synced 2024-12-22 08:06:28 +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 date = new Date(random(start, end))
|
||||||
const timestamp = normalizeTimestamp(date)
|
const timestamp = normalizeTimestamp(date)
|
||||||
const seconds = random(15 * 60)
|
const seconds = random(15 * 60)
|
||||||
// console.log(host, date, seconds)
|
|
||||||
await insertLog({ host, timestamp, seconds })
|
await insertLog({ host, timestamp, seconds })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user