Skip to content

Commit

Permalink
cell: improve debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
hbbio committed May 6, 2024
1 parent 7281307 commit 89606cd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/cell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -964,10 +964,11 @@ export class MapCell<V, NF extends boolean> extends Cell<V, true, NF> {
false,
false
);
// this.sheet._debug &&
console.warn(
this.sheet.debug(
[this.id],
"cancelled",
simplifier({ paramsResults, firstCanceled, cell: this.id })
{ paramsResults, firstCanceled },
console.warn
);
return cancelComputation;
}
Expand Down

0 comments on commit 89606cd

Please sign in to comment.