Skip to content

Commit 7d86c7d

Browse files
committed
remove leftover asset debug printing
1 parent 1fec77f commit 7d86c7d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,11 +458,9 @@ static UniValue sendtoaddress(const JSONRPCRequest& request)
458458
}
459459

460460
std::string strasset = Params().GetConsensus().pegged_asset.GetHex();
461-
LogPrintf("xxasset: %s\n", strasset);
462461
if (request.params.size() > 8 && request.params[8].isStr() && !request.params[8].get_str().empty()) {
463462
strasset = request.params[8].get_str();
464463
}
465-
LogPrintf("xxasset: %s\n", strasset);
466464
CAsset asset = GetAssetFromString(strasset);
467465
if (asset.IsNull() && g_con_elementsmode) {
468466
throw JSONRPCError(RPC_WALLET_ERROR, strprintf("Unknown label and invalid asset hex: %s", asset.GetHex()));

0 commit comments

Comments
 (0)