1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 10:48:22 +00:00

remove console.log

This commit is contained in:
slowbackspace 2019-04-10 18:01:32 +02:00
parent bb4a3268f7
commit a35c21603b

View File

@ -85,7 +85,6 @@ export const importAddress = (
}, },
coin: network.shortcut, coin: network.shortcut,
}); });
console.log(response);
// handle TREZOR response error // handle TREZOR response error
if (!response.success) { if (!response.success) {