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:
parent
96eb9c089b
commit
a0d8894989
@ -42,7 +42,6 @@ export function useShouldAnimateGasEstimations() {
|
||||
dispatch(toggleGasLoadingAnimation(true));
|
||||
|
||||
setTimeout(() => {
|
||||
console.log('Killing the toggleGasLoadingAnimation to false');
|
||||
dispatch(toggleGasLoadingAnimation(false));
|
||||
}, 2000);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user