From 5bc36fa66d9df601ad10c3a1a4e179b23c976410 Mon Sep 17 00:00:00 2001
From: jl777 <jameslee777@yahoo.com>
Date: Mon, 19 Mar 2018 16:53:04 +0200
Subject: [PATCH] -print

---
 iguana/dpow/dpow_fsm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iguana/dpow/dpow_fsm.c b/iguana/dpow/dpow_fsm.c
index 234baa014..f76c80d67 100755
--- a/iguana/dpow/dpow_fsm.c
+++ b/iguana/dpow/dpow_fsm.c
@@ -241,7 +241,7 @@ int32_t dpow_txhasnotarization(uint64_t *signedmaskp,int32_t *nothtp,struct supe
                                             {
                                                 if ( ((1LL << j) & notarymask) == 0 )
                                                 {
-                                                    printf("n%d ",j);
+                                                    //printf("n%d ",j);
                                                     numnotaries++;
                                                     notarymask |= (1LL << j);
                                                     break;