From c8e70b83993b705acf110cee7911f59e01cdad80 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Tue, 1 May 2018 22:49:10 +0200 Subject: [PATCH] Removed debug code --- src/cryptonote_core/cryptonote_basic.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cryptonote_core/cryptonote_basic.h b/src/cryptonote_core/cryptonote_basic.h index 7ff3040..24cf181 100644 --- a/src/cryptonote_core/cryptonote_basic.h +++ b/src/cryptonote_core/cryptonote_basic.h @@ -179,8 +179,6 @@ namespace cryptonote if (version == 1 && blob_type != BLOB_TYPE_CRYPTONOTE2) { - printf("%i\n", blob_type); - puts("xxx1"); ar.tag("signatures"); ar.begin_array(); PREPARE_CUSTOM_VECTOR_SERIALIZATION(vin.size(), signatures); @@ -212,7 +210,6 @@ namespace cryptonote } else { - puts("xxx2"); ar.tag("rct_signatures"); if (!vin.empty()) {