From d7ba10b4666ec5547d01430c48eb99687a47352a Mon Sep 17 00:00:00 2001 From: Strider Date: Sat, 11 Apr 2020 22:39:19 +0200 Subject: [PATCH] update// removed printf to print setting amount etc to 0 of dust x --- src/controller.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controller.cpp b/src/controller.cpp index 1bbcf19..18a158e 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -130,7 +130,6 @@ void Controller::fillTxJsonParams(json& allRecepients, Tx tx) // Dust amt/memo, construct the JSON for(uint8_t i = 0; i < 10; i++) { - printf("Setting amount and memo to 0 for dust%i \n", i); dust.at(i)["amount"] = 0; dust.at(i)["memo"] = "";