Skip to content

Commit

Permalink
removing console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy committed May 10, 2022
1 parent abf49fe commit 63ae71c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/controllers/item/shared/item-data-processing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export const itemDataProcessing = async ({ projectName, scenarioName, itemId })
const intervals = [`${defaultInterval} milliseconds`, "5 seconds", "10 seconds", "30 seconds",
"1 minute", "5 minute", "10 minutes", "30 minutes", "1 hour"]
for (const [index, interval] of Object.entries(intervals)) {
console.log(index)

// distributed mode
if (aggOverview?.number_of_hostnames > 1) {
Expand Down

0 comments on commit 63ae71c

Please sign in to comment.