From e74b8095790b43c129a17d35adc143cd3ee2028a Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Fri, 27 Jan 2017 05:07:24 +0000 Subject: [PATCH] tiny code cleaning --- src/page.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,