Skip to content

Commit fc994fc

Browse files
committed
Remove log
1 parent c1dccc0 commit fc994fc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plugins/pivot/src/js/src/IrisGridPivotMetricCalculator.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
type ModelIndex,
1111
type VisibleIndex,
1212
} from '@deephaven/grid';
13-
import Log from '@deephaven/log';
1413
import IrisGridPivotModel, { isIrisGridPivotModel } from './IrisGridPivotModel';
1514
import PivotColumnHeaderGroup, {
1615
isPivotColumnHeaderGroup,
@@ -22,10 +21,6 @@ import {
2221
} from './IrisGridPivotTypes';
2322
import { getKeyColumnGroups } from './PivotUtils';
2423

25-
const log = Log.module(
26-
'@deephaven/js-plugin-pivot/IrisGridPivotMetricCalculator'
27-
);
28-
2924
/**
3025
* Get the width of a column that may be not in the viewport,
3126
* based on the user, calculated, and theme widths.
@@ -249,7 +244,6 @@ class IrisGridPivotMetricCalculator extends IrisGridMetricCalculator {
249244
metrics: PivotGridMetrics
250245
): { x: number; y: number; width: number; height: number } | null {
251246
if (index >= 0) {
252-
log.debug('getFilterInputCoordinates for index:', index);
253247
return super.getFilterInputCoordinates(index, state, metrics);
254248
}
255249

0 commit comments

Comments
 (0)