diff --git a/src/node_modules/react-window/dist/index.esm.js b/src/node_modules/react-window/dist/index.esm.js index 21d001d66c..fed3a77c2c 100644 --- a/src/node_modules/react-window/dist/index.esm.js +++ b/src/node_modules/react-window/dist/index.esm.js @@ -6,8 +6,6 @@ import { createElement, PureComponent } from 'react'; import { flushSync } from 'react-dom'; import _objectWithoutPropertiesLoose from '@babel/runtime/helpers/esm/objectWithoutPropertiesLoose'; -console.warn('react-window index.esm.js'); - // Animation frame based implementation of setTimeout. // Inspired by Joe Lambert, https://gist.github.com/joelambert/1002116#file-requesttimeout-js var hasNativePerformanceNow = typeof performance === 'object' && typeof performance.now === 'function';