Skip to content

Commit

Permalink
remove useless console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
hauchu1998 committed Aug 16, 2023
1 parent d080318 commit aff27b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions actions/createLUTproposal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit aff27b4

Please sign in to comment.