Skip to content

Commit 6ee3612

Browse files
committed
fix: Remove unused code
1 parent cc3f23c commit 6ee3612

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/kernels/execution/cellExecution.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -417,21 +417,6 @@ export class CellExecution implements ICellExecution, IDisposable {
417417
outputs: [...(this.cell.outputs || [])]
418418
};
419419

420-
// if (deepnoteBlock.type === 'big-number') {
421-
// try {
422-
// deepnoteBlock.metadata = {
423-
// ...deepnoteBlock.metadata,
424-
// ...DeepnoteBigNumberMetadataSchema.parse(JSON.parse(deepnoteBlock.content || '{}'))
425-
// };
426-
// } catch (ex) {
427-
// logger.error(
428-
// `Cell execution failed to parse big number metadata, for cell Index ${this.cell.index}`,
429-
// ex
430-
// );
431-
// return this.completedWithErrors(ex);
432-
// }
433-
// }
434-
435420
const dataConverter = new DeepnoteDataConverter();
436421
const deepnoteBlock = dataConverter.convertCellToBlock(cellData, this.cell.index);
437422

0 commit comments

Comments
 (0)