diff --git a/actions/createLUTproposal.ts b/actions/createLUTproposal.ts index 99fd377998..a1935aecd9 100644 --- a/actions/createLUTproposal.ts +++ b/actions/createLUTproposal.ts @@ -123,8 +123,7 @@ export const createLUTProposal = async ( .map((x) => x.chunkBy!) const lowestChunkBy = chunkBys.length ? Math.min(...chunkBys) : 2 - console.log(instructionsData) - console.log('lowestChunkBy', lowestChunkBy) + for (const [index, instruction] of instructionsData .filter((x) => x.data) .entries()) {