Remove print (#2764)
David Adegoke committed
Dec 23, 2025 at 01:45 UTC
efcd38e6b1071b4519407ef471d9b4f69fa77ad1
1 file changed
-1
lib/src/screens/exchange_trade/exchange_trade_page.dart
-1
@@ -216,7 +216,6 @@ class ExchangeTradeState extends State<ExchangeTradeForm> {
216
hardwareWalletType:
217
sendVM.wallet.walletInfo.hardwareWalletType!,
218
onConnectDevice: (context, _) {
219
- print(sendVM.wallet);
219
sendVM.hardwareWalletViewModel!.initWallet(sendVM.wallet);
220
Navigator.of(context).pop();
221
},