diff --git a/server/services/ocp/controller/printers/printerCycle.ts b/server/services/ocp/controller/printers/printerCycle.ts index 2a75cdc..9a079c3 100644 --- a/server/services/ocp/controller/printers/printerCycle.ts +++ b/server/services/ocp/controller/printers/printerCycle.ts @@ -84,7 +84,7 @@ export const printerCycle = async () => { } if (p.name === "Autolabeler") { - await autoLabelingStats(p); + //await autoLabelingStats(p); return; }