This commit is contained in:
jl777
2016-10-29 16:59:36 -03:00
parent 8e3430ee2d
commit 32323ea12e
2 changed files with 4 additions and 3 deletions

View File

@@ -280,7 +280,7 @@ int32_t komodo_gateway_block(char *symbol,int32_t height,uint16_t port)
break;
if ( i == n )
retval = 0;
else printf("error i.%d vs n.%d\n",i,n);
//else printf("error i.%d vs n.%d\n",i,n);
}
free_json(json);
}