refactor(ocme): removed some info logs as ocme calls alot

This commit is contained in:
2025-03-26 22:09:23 -05:00
parent eb051d51f2
commit 96e7f742fe

View File

@@ -20,7 +20,7 @@ export const getInfo = async () => {
return { ...o, waitingFor: diff }; return { ...o, waitingFor: diff };
}); });
createLog( createLog(
"info", "debug",
"ocme", "ocme",
"ocme", "ocme",
`There are ${ocmeInfo.length} pallet(s) to be picked up.` `There are ${ocmeInfo.length} pallet(s) to be picked up.`