diff --git a/src/page.h b/src/page.h index 5a6addf..7233541 100644 --- a/src/page.h +++ b/src/page.h @@ -2018,7 +2018,7 @@ public: // string reencoded_raw_tx_data = epee::string_encoding::base64_decode(raw_tx_data); - cout << "raw_tx_data: " << raw_tx_data << endl; + //cout << "raw_tx_data: " << raw_tx_data << endl; cryptonote::blobdata tx_data_blob; @@ -2049,7 +2049,7 @@ public: return string(msg); } - cout << "tx_from_blob.vout.size(): " << tx_from_blob.vout.size() << endl; + //cout << "tx_from_blob.vout.size(): " << tx_from_blob.vout.size() << endl; // tx has been correctly deserialized. So // we just dispaly it. We dont have any information about real mixins, etc,