Skip to content

Commit b9e9e0f

Browse files
committed
[BDAP] Remove debug code from RPC command
1 parent 4cd296c commit b9e9e0f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/wallet/rpcdump.cpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -874,10 +874,7 @@ UniValue importmnemonic(const JSONRPCRequest& request)
874874
"\nImports mnemonic\n"
875875
+ HelpExampleCli("importmnemonic", "\"inflict-witness-off-property-target-faint-gather-match-outdoor-weapon-wide-mix\"")
876876
);
877-
878-
879-
LogPrintf("DEBUGGER %s - NUMBER OF PARAMS %s\n", __func__, std::to_string(request.params.size()));
880-
877+
881878
if (fPruneMode)
882879
throw std::runtime_error(std::string(__func__) + ": Importing wallets is disabled in pruned mode");
883880

0 commit comments

Comments
 (0)