MCPcopy
hub / github.com/civiccc/react-waypoint / debugLog

Function debugLog

src/debugLog.js:1–5  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

1export default function debugLog(...args) {
2 if (process.env.NODE_ENV !== 'production') {
3 console.log(...args); // eslint-disable-line no-console
4 }
5}

Callers 3

componentDidMountMethod · 0.85
_handleScrollMethod · 0.85
_getBoundsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…