remove console.log

This commit is contained in:
Alex Holliday
2025-01-01 17:11:26 -08:00
parent dafdb03ce0
commit 86d11c7277
-1
View File
@@ -322,7 +322,6 @@ const getUptimeDetailsById = async (req) => {
const { dateRange, normalize } = req.query;
const dates = getDateRange(dateRange);
console.log(dates);
const formatLookup = {
day: "%Y-%m-%d-%H",
week: "%Y-%m-%d-%H",