@lowentry/react-redux 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LeRed.js +0 -1
- package/package.json +1 -1
package/LeRed.js
CHANGED
|
@@ -828,7 +828,6 @@ export const LeRed = (() =>
|
|
|
828
828
|
|
|
829
829
|
LeRed.useCallback = (callable, comparingValues, equalsComparator) =>
|
|
830
830
|
{
|
|
831
|
-
console.log('LeRed callback');
|
|
832
831
|
equalsComparator = fixEqualsComparator(equalsComparator, 'LeRed.useCallback() was given an invalid comparator:');
|
|
833
832
|
comparingValues = ARRAY(comparingValues);
|
|
834
833
|
// eslint-disable-next-line react-hooks/rules-of-hooks
|