Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Dec 20, 2024
1 parent 7af2ffa commit e4ac8ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/cell-extension/src/cellHandlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ export namespace CellHandlers {
export function listenToMetadataChanges(cell: MarkdownCell) {
const model = cell.model;
model.metadataChanged.connect((_: any, args: any) => {
console.log(
'Did the e2xgrader cell type change?',
E2xGraderUtils.hasE2xGraderCellTypeChanged(args)
);
if (E2xGraderUtils.hasE2xGraderCellTypeChanged(args)) {
RenderUtils.forceRender(cell);
}
Expand Down

0 comments on commit e4ac8ea

Please sign in to comment.