We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e37a4a commit 7255bcbCopy full SHA for 7255bcb
1 file changed
packages/iris-grid/src/IrisGridSimplePivotModel.ts
@@ -563,9 +563,6 @@ class IrisGridSimplePivotModel extends IrisGridModel {
563
) {
564
throw new Error('Invalid model, setModel not available');
565
}
566
- log.debug('[3] setModel', oldModel.movedColumns);
567
-
568
- // TODO: set totals table, subscribe to updates
569
if (this.listenerCount > 0) {
570
this.addListeners(model);
571
0 commit comments