remove prints from prod

This commit is contained in:
sneurlax 2023-09-19 23:22:21 -05:00
parent c900f8f779
commit 12b3dd58a8
2 changed files with 0 additions and 3 deletions

View file

@ -358,8 +358,6 @@ class _TransactionDetailsViewState
final currentHeight = ref.watch(walletsChangeNotifierProvider
.select((value) => value.getManager(walletId).currentHeight));
print("THIS TRANSACTION IS $_transaction");
return ConditionalParent(
condition: !isDesktop,
builder: (child) => Background(

View file

@ -457,7 +457,6 @@ class EpicCashWallet extends CoinServiceAPI
// TODO determine whether it is worth sending change to a change address.
dynamic message;
print("THIS TX DATA IS $txData");
String receiverAddress = txData['addresss'] as String;