Skip to content

Commit 9f687df

Browse files
author
minium
committed
Removed debug messages.
1 parent 445c2f2 commit 9f687df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/bitcoinapi/bitcoinapi.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ Value BitcoinAPI::sendcommand(const string& command, const Value& params){
4848
Value result;
4949

5050
try{
51-
std::cout << "DEBUG:" << std::endl;
52-
std::cout << params << std::endl;
53-
5451
result = client->CallMethod(command, params);
5552
}
5653
catch (JsonRpcException& e){

0 commit comments

Comments
 (0)