From 1fa85bb2c07414a2b2b5ed7fb29181adc2ddf2d3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 27 Jul 2018 23:08:16 -1100 Subject: [PATCH] Fix --- src/cc/CCassetsCore.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cc/CCassetsCore.cpp b/src/cc/CCassetsCore.cpp index f61b7ee4e..da505db9c 100644 --- a/src/cc/CCassetsCore.cpp +++ b/src/cc/CCassetsCore.cpp @@ -193,7 +193,6 @@ bool SetSwapFillamounts(int64_t &received_assetoshis,int64_t &remaining_assetosh bool ValidateSwapRemainder(int64_t remaining_price,int64_t remaining_nValue,int64_t orig_nValue,int64_t received_nValue,int64_t paidunits,int64_t totalunits) { int64_t unitprice,recvunitprice,newunitprice=0; - fprintf(stderr,"%llu %llu %llu %llu %llu %llu\n",(long long)remaining_nValue,(long long)remaining_assetoshis,(long long)orig_assetoshis,(long long)received_assetoshis,(long long)paid_nValue,(long long)total_nValue); if ( orig_nValue == 0 || received_nValue == 0 || paidunits == 0 || totalunits == 0 ) { fprintf(stderr,"ValidateAssetRemainder: orig_nValue == %llu || received_nValue == %llu || paidunits == %llu || totalunits == %llu\n",(long long)orig_nValue,(long long)received_nValue,(long long)paidunits,(long long)totalunits);