mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 12:44:31 +00:00
remove prints from prod
This commit is contained in:
parent
c900f8f779
commit
12b3dd58a8
2 changed files with 0 additions and 3 deletions
|
@ -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(
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue