mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Removed accidental log statement
This commit is contained in:
-2
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user