1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Remove unwanted console.log from codebase (#11820)

This commit is contained in:
David Walsh 2021-08-12 08:13:51 -05:00 committed by ryanml
parent 96eb9c089b
commit a0d8894989

View File

@ -42,7 +42,6 @@ export function useShouldAnimateGasEstimations() {
dispatch(toggleGasLoadingAnimation(true));
setTimeout(() => {
console.log('Killing the toggleGasLoadingAnimation to false');
dispatch(toggleGasLoadingAnimation(false));
}, 2000);
}