Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist committed Dec 22, 2023
1 parent d7103e3 commit 6f1b257
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/codegen/generators/typescript/handle_field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export function handleField(field: TLBField | undefined, fieldDefinition: FieldD
// subStructStoreStatements
slicePrefix.pop();
} else {
console.log('here')
slicePrefix[slicePrefix.length - 1]++;
slicePrefix.push(0)
constructorLoadStatements.push(sliceLoad(slicePrefix, currentSlice))
Expand Down

0 comments on commit 6f1b257

Please sign in to comment.