Skip to content

Commit 4fb63a2

Browse files
committed
lint
1 parent 00a4db7 commit 4fb63a2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/browser-utils/src/metrics/inp.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ export function _trackINP(): () => void {
8484
* exported only for testing
8585
*/
8686
export const _onInp: InstrumentationHandlerCallback = ({ metric }) => {
87-
console.log('xx _onINP', metric);
88-
8987
if (metric.value == undefined) {
9088
return;
9189
}

packages/browser-utils/src/metrics/web-vitals/getINP.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
import { WINDOW } from '../../types';
1817
import { bindReporter } from './lib/bindReporter';
1918
import { initMetric } from './lib/initMetric';
2019
import { initUnique } from './lib/initUnique';

0 commit comments

Comments
 (0)