diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 82d8fae08..4afc572f6 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1563,7 +1563,7 @@ void komodo_args() } } BITCOIND_PORT = GetArg("-rpcport", BaseParams().RPCPort()); - fprintf(stderr,"%s RPC %u\n",ASSETCHAINS_SYMBOL,BITCOIND_PORT); + //fprintf(stderr,"%s RPC %u\n",ASSETCHAINS_SYMBOL,BITCOIND_PORT); } void komodo_nameset(char *symbol,char *dest,char *source) diff --git a/src/util.cpp b/src/util.cpp index 958c6c012..b452cea72 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -645,7 +645,7 @@ void ReadConfigFile(map& mapSettingsRet, ClearDatadirCache(); extern uint16_t BITCOIND_PORT; BITCOIND_PORT = GetArg("-rpcport",BaseParams().RPCPort()); - fprintf(stderr,"from conf file %s RPC %u, used to be %u\n",ASSETCHAINS_SYMBOL,BITCOIND_PORT,BITCOIND_PORT); + //fprintf(stderr,"from conf file %s RPC %u, used to be %u\n",ASSETCHAINS_SYMBOL,BITCOIND_PORT,BITCOIND_PORT); } #ifndef WIN32