File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
1010 type ModelIndex ,
1111 type VisibleIndex ,
1212} from '@deephaven/grid' ;
13- import Log from '@deephaven/log' ;
1413import IrisGridPivotModel , { isIrisGridPivotModel } from './IrisGridPivotModel' ;
1514import PivotColumnHeaderGroup , {
1615 isPivotColumnHeaderGroup ,
@@ -22,10 +21,6 @@ import {
2221} from './IrisGridPivotTypes' ;
2322import { 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
You can’t perform that action at this time.
0 commit comments